Wikipedia MCP Server
@timjuenemann
Wikipedia MCP Server について
Wikipedia MCP Server written in TypeScript
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"Wikipedia": {
"command": "npx",
"args": [
"-y",
"wikipedia-mcp"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Wikipedia MCP Server?
A Model Context Protocol (MCP) server that enables language models to search and retrieve Wikipedia articles programmatically. It provides a structured interface for AI assistants to access Wikipedia knowledge.
How to use Wikipedia MCP Server?
Start the server with npx wikipedia-mcp. Most AI tools support a JSON configuration block for MCP servers, using npx -y wikipedia-mcp as the command and arguments.
Key features of Wikipedia MCP Server
- Search Wikipedia for articles matching search terms
- Read full article content by title or page ID
- Automatic conversion of article HTML to Markdown
Use cases of Wikipedia MCP Server
- AI assistants answering factual questions using Wikipedia
- Retrieving full article summaries for research or analysis
- Enabling chatbots to cite and reference Wikipedia content
- Integrating live Wikipedia search into knowledge management tools
FAQ from Wikipedia MCP Server
What exactly does Wikipedia MCP Server do?
It is an MCP server that allows language models (via MCP clients) to search Wikipedia for articles and retrieve their full content in Markdown format.
How do I install and run Wikipedia MCP Server?
Run npx wikipedia-mcp in your terminal. No installation is required if you have Node.js and npx available. You can also add it to your MCP client configuration by providing the command npx -y wikipedia-mcp.
What format does the retrieved article content use?
All article content is automatically converted from HTML to Markdown before being returned to the client.
「その他」の他のコンテンツ
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
ghidraMCP
LaurieWiredMCP Server for Ghidra
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
コメント