Wikipedia MCP Server
Researchstdiov1.0.0
MCP server that provides access to Wikipedia content. Lets AI agents search articles, fetch full or summarized page content, and resolve references, giving models reliable, citable background knowledge for research and question answering.
连接
将此配置添加到 .claude/mcp.json
{
"mcpServers": {
"wikipedia": {
"command": "uvx",
"args": [
"wikipedia-mcp"
]
}
}
}工具 (2)
search_wikipedia
Search Wikipedia for articles matching a query and return titles and snippets.
{
"type": "object",
"required": [
"query"
],
"properties": {
"limit": {
"type": "integer",
"description": "Maximum number of results"
},
"query": {
"type": "string",
"description": "Search query"
}
}
}get_article
Retrieve the full or summarized content of a Wikipedia article by title.
{
"type": "object",
"required": [
"title"
],
"properties": {
"title": {
"type": "string",
"description": "Article title"
},
"summary_only": {
"type": "boolean",
"description": "Return only the lead summary when true"
}
}
}资源
此服务器未提供任何资源。
提示词
此服务器未提供任何提示词。
服务器信息
- 许可证
- MIT
- 版本
- 1.0.0
- 星标
- 431
- 最后更新
- 2026年7月9日