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"
    }
  }
}

Ресурсы

Этот сервер не предоставляет ресурсы.

Промпты

Этот сервер не предоставляет промпты.

Сведения о сервере

Автор
Wikipedia MCP Community (@rudra-ravi)
Репозиторий
https://github.com/rudra-ravi/wikipedia-mcp
Лицензия
MIT
Версия
1.0.0
Звёзды
431
Последнее обновление
9 июля 2026 г.