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 服务器
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Awesome Mlops
visengerA curated list of references for MLOps
🚀 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,
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
评论