Wikipedia MCP Server
@scotthelm
Wikipedia MCP Server について
this mcp server wraps the incredible work of the wikipedia npm package team
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"wikipedia-mcp-server": {
"command": "npx",
"args": [
"@shelm/wikipedia-mcp-server"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Wikipedia MCP Server?
An MCP (Model Context Protocol) server that provides AI assistants with tools to interact with the Wikipedia API, enabling access to Wikipedia content, article search, historical events, and images.
How to use Wikipedia MCP Server?
Install the npm package @shelm/wikipedia-mcp-server and run it with npx @shelm/wikipedia-mcp-server. The server communicates over stdio and can be added to MCP-compatible assistants (like Claude) via a JSON configuration entry.
Key features of Wikipedia MCP Server
- Get historical events on a specific date
- Search for Wikipedia pages matching a query
- Retrieve full content of a Wikipedia page
- Fetch images from a Wikipedia page by title
Use cases of Wikipedia MCP Server
- An AI assistant answering historical event questions on a given date.
- An AI assistant performing Wikipedia article searches for research.
- An AI assistant retrieving and summarizing Wikipedia page content.
- An AI assistant fetching images from Wikipedia articles for visual references.
FAQ from Wikipedia MCP Server
What tools does the Wikipedia MCP Server provide?
The server provides four tools: onThisDay, findPage, getPage, and getImagesForPage.
How do I install the Wikipedia MCP Server?
Install it via npm: npm install @shelm/wikipedia-mcp-server. For development, clone the repository and run npm install && npm run build.
How do I run the Wikipedia MCP Server?
Run it with npx @shelm/wikipedia-mcp-server. It starts as an MCP server communicating over stdio.
How do I configure the Wikipedia MCP Server for use with Claude?
Add the following entry to your MCP configuration: {"mcpServers": {"wikipedia": {"command": "npx", "args": ["@shelm/wikipedia-mcp-server"], "env": {}}}}.
What transport does the Wikipedia MCP Server use?
The server uses stdio as its transport mechanism.
「その他」の他のコンテンツ

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
コメント