维基百科搜索
STDIO用于搜索和检索维基百科文章的服务器
用于搜索和检索维基百科文章的服务器
A Model Context Protocol (MCP) server for searching and retrieving Wikipedia articles.
This MCP server enables language models to search Wikipedia and retrieve article content programmatically using the Model Context Protocol. It provides a structured interface for AI assistants to access Wikipedia knowledge.
Start it via this CLI command:
npx wikipedia-mcp
Most AI tools support a JSON-based configuration for MCP servers looking like this:
{ "mcpServers": { "Wikipedia": { "command": "npx", "args": ["-y", "wikipedia-mcp"] } } }