Provides tools to search Wikipedia articles, retrieve full content, summaries, categories, internal links, images, language versions, and external references from Wikipedia pages.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Wikipedia MCP Serversearch for articles about quantum computing"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
wiki-mcp
MCP (Model Context Protocol) server for Wikipedia. Provides tools to search articles, retrieve content, summaries, categories, links, images, language versions, and external references.
Features
9 Wikipedia tools for comprehensive article access
Proper TypeScript types for all API responses
Request timeout handling
Error handling with informative messages
Modular architecture
Tools
Tool | Description |
| Search Wikipedia for articles matching a query |
| Get the full text content of an article |
| Get a short summary of an article |
| Get random Wikipedia articles |
| Get categories an article belongs to |
| Get internal Wikipedia links from an article |
| Get images used in an article |
| Get available language versions of an article |
| Get external references/links from an article |
Installation
Quick install (recommended)
This automatically adds wiki-mcp to Claude Desktop and Claude Code.
Manual install
Via Smithery
From source
Usage
With Claude Desktop
Add to your Claude Desktop configuration (~/Library/Application Support/Claude/claude_desktop_config.json on macOS):
With Claude Code
Add to your Claude Code MCP settings (~/.claude/settings.json):
Standalone
The server communicates via stdio using the MCP protocol.
Tool Examples
wiki_search
Search for articles:
Returns:
wiki_get_article
Get full article content:
Returns plain text article content.
wiki_get_summary
Get article summary:
Returns:
wiki_get_categories
Get article categories:
Returns:
wiki_get_links
Get internal links:
Returns:
wiki_get_images
Get article images:
Returns:
wiki_get_languages
Get available translations:
Returns:
wiki_get_references
Get external references:
Returns:
wiki_random
Get random articles:
Returns:
Development
Project Structure
License
MIT