pipeworx-io/mcp-wikipedia
MCP server for Wikipedia — search articles, get summaries, sections, and random articles
Platform-specific configuration:
{
"mcpServers": {
"mcp-wikipedia": {
"command": "npx",
"args": [
"-y",
"mcp-wikipedia"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
MCP server for Wikipedia. Search articles, get summaries, browse section structure, and discover random articles — free, no API key required.
Part of the Pipeworx open MCP gateway.
| Tool | Description | |------|-------------| | search_wikipedia | Search Wikipedia articles by keyword | | get_article_summary | Get article summary with description and thumbnail | | get_article_sections | Get the section structure (table of contents) of an article | | get_random_articles | Get random Wikipedia articles |
{
"mcpServers": {
"wikipedia": {
"command": "npx",
"args": ["-y", "mcp-remote@latest", "https://gateway.pipeworx.io/wikipedia/mcp"]
}
}
}Or use the CLI:
npx pipeworx use wikipediaMIT
Loading reviews...