Wikipedia MCP Server
Wikipedia MCP Server
Dies ist ein MCP-Server (Model Control Protocol), der Wikipedia-Inhalte zum angeforderten Thema bereitstellt.
Aufstellen
Installieren Sie die erforderlichen Abhängigkeiten:
pip install -r requirements.txtStarten Sie den Server:
python src/server.pyDer Server wird auf http://localhost:5000 ausgeführt.
Related MCP server: librarian
API-Nutzung
Verwenden der API über die CLI
Senden Sie eine POST-Anfrage an /mcp mit einem JSON-Text, der ein topic enthält:
curl -X POST http://localhost:5000/mcp \
-H "Content-Type: application/json" \
-d '{"topic": "Python_(programming_language)"}'Verwenden der API von Cursor Composer
Stellen Sie eine Frage zu einem Thema auf Wikipedia
Der Cursor zeigt eine vorgeschlagene MCP-Anforderung an und bittet um Ihre Erlaubnis, das Tool auszuführen
Nach der Genehmigung führt Cursor die Anfrage an den MCP-Server aus
Das Ergebnis der Eingabeaufforderung basiert auf der Analyse der ausgewählten Modelle der MCP-Serverantwort

Antwortformat
Erfolgreiche Antwort:
{
"status": "success",
"data": {
"title": "Page Title",
"content": "Page Content",
"url": "Wikipedia URL"
}
}Fehlerantwort:
{
"status": "error",
"error": "Error message"
}Testen
Führen Sie das Testskript aus, um zu überprüfen, ob der Server funktioniert:
python src/test_server.pyThis server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityBmaintenanceA Model Context Protocol server that retrieves information from Wikipedia to provide context to LLMs, allowing users to search articles, get summaries, full content, sections, and links from Wikipedia.22285MIT
- AlicenseBqualityCmaintenanceAn MCP server that enables LLMs to search, summarize, and retrieve detailed information from Wikipedia across multiple languages. It supports automated fact-checking by allowing models to proactively verify factual claims using Wikipedia's database.52MIT
- AlicenseNot gradedqualityDmaintenanceProvides structured access to Wikipedia content including search, summaries, images, links, and more via MCP tools.6Apache 2.0
- FlicenseNot gradedqualityBmaintenanceMCP server providing live Wikipedia recent changes feed, page summaries, trending pages, and Wikidata entity lookup.
Related MCP Connectors
MCP server for generating rough-draft project plans from natural-language prompts.
Driflyte MCP server which lets AI assistants query topic-specific knowledge from web and GitHub.
MCP server for network documentation, generated by doc2mcp.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/danbunnell/mcp-wikipedia'
If you have feedback or need assistance with the MCP directory API, please join our Discord server