@pipeworx/mcp-wikipedia
v0.1.0
Published
MCP server for Wikipedia — search, summaries, sections, and random articles
Maintainers
Readme
mcp-wikipedia
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.
Tools
| 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 |
Quick Start
{
"mcpServers": {
"wikipedia": {
"command": "npx",
"args": ["-y", "mcp-remote@latest", "https://gateway.pipeworx.io/wikipedia/mcp"]
}
}
}Or use the CLI:
npx pipeworx use wikipediaLicense
MIT
