Search articles, get page summaries, and explore categories via the Wikipedia REST API. Free, no API key needed.
20+ deploysConnect Wikipedia
6 tools ready — no API key needed
claude mcp add wikipedia --url https://datafaucet.dev/api/mcp/t/wikipediaPaste in terminal, then ask your agent to use any Wikipedia tool.
get_page_summary
Try →Get a plain-text summary and thumbnail for a Wikipedia article by title. Returns title, extract (first paragraph), thumbnail URL, description, and content_urls for full article.
https://en.wikipedia.org/api/rest_v1/page/summary/{title}
search_wikipedia
Try →Search Wikipedia articles by keyword. Returns up to 10 matching titles with descriptions and URLs. Use for finding article titles before calling get_page_summary.
https://en.wikipedia.org/w/api.php?action=opensearch&search={query}&limit=10&format=json
get_featured_content
Try →Get Wikipedia's featured content for a specific date (YYYY/MM/DD). Returns today's featured article, most-read articles, and picture of the day.
https://en.wikipedia.org/api/rest_v1/feed/featured/{yyyy}/{mm}/{dd}
get_page_sections
Try →Get the full section structure of a Wikipedia article. Returns lead section plus all remaining sections with their headings and HTML content.
https://en.wikipedia.org/api/rest_v1/page/mobile-sections/{title}
get_page_categories
Try →Get all categories a Wikipedia article belongs to. Returns up to 50 category names for classification and topic discovery.
https://en.wikipedia.org/w/api.php?action=query&titles={title}&prop=categories&cllimit=50&format=json
Run this in your terminal:
claude mcp add wikipedia https://datafaucet.dev/api/mcp/t/wikipedia
Connect Wikipedia to your AI agent in under 60 seconds. No account required.
This server runs live in our sandbox. Connect your AI agent directly:
claude mcp add datafaucet-sandbox https://datafaucet.dev/api/sandbox
First thing to ask your AI
Live health check
{notion_token}) with your real credentialsReplace these placeholders with your real values before deploying:
{dd}Your value{mm}Your value{query}Your value{title}Your value{yyyy}Your valuePreview:
GET https://en.wikipedia.org/api/rest_v1/page/summary/{title}claude mcp add wikipedia --url https://datafaucet.dev/api/mcp/t/wikipedia
Paste into your client's MCP configuration file · most users connect in under 60s
claude mcp add wikipedia --url https://datafaucet.dev/api/mcp/t/wikipediaWhat your AI agent sees
I have access to 6 tools from Wikipedia: get_page_summary, search_wikipedia, get_related_pages, and 3 more.
“Get a plain-text summary and thumbnail for a Wikipedia article by title. Returns title, extract (first paragraph), thumbnail URL, description, and content_urls for full article.”
Calling get_page_summary... Done. Here are the results.
Try these prompts
“Summarize the Wikipedia article on Model Context Protocol”
Copy“Search for articles about large language models and pick the most relevant”
Copy“Get today's featured article and explain why it was chosen”
CopyClick any prompt to copy, then paste into your AI client.