Wikipedia MCP Server
위키피디아 MCP 서버
이는 요청된 주제에 대한 위키피디아 콘텐츠를 제공하는 MCP(모델 제어 프로토콜) 서버입니다.
설정
필요한 종속성을 설치하세요:
지엑스피1
서버를 시작합니다:
python src/server.py서버는 http://localhost:5000 에서 실행됩니다.
Related MCP server: librarian
API 사용
CLI에서 API 사용
topic 필드를 포함하는 JSON 본문과 함께 /mcp 에 POST 요청을 보냅니다.
curl -X POST http://localhost:5000/mcp \
-H "Content-Type: application/json" \
-d '{"topic": "Python_(programming_language)"}'Cursor Composer의 API 사용
위키피디아의 주제에 대해 질문하세요
커서는 제안된 MCP 요청을 표시하고 도구를 실행하기 위한 권한을 요청합니다.
승인 후 Cursor는 MCP 서버에 대한 요청을 실행합니다.
신속한 결과는 MCP 서버 응답의 선택된 모델 분석을 기반으로 합니다.

응답 형식
성공적인 응답:
{
"status": "success",
"data": {
"title": "Page Title",
"content": "Page Content",
"url": "Wikipedia URL"
}
}오류 응답:
{
"status": "error",
"error": "Error message"
}테스트
테스트 스크립트를 실행하여 서버가 작동하는지 확인하세요.
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