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