Integrations
Integrates with Cursor Composer, enabling users to request Wikipedia information through natural language queries that are processed and returned with relevant article content.
Provides Wikipedia content for requested topics, allowing AI agents to retrieve and analyze information from Wikipedia articles based on user queries.
MCP-сервер Википедии
Это сервер MCP (Model Control Protocol), который предоставляет контент Википедии по запрошенной теме.
Настраивать
- Установите необходимые зависимости:
- Запустите сервер:
Сервер будет работать по адресу http://localhost:5000
.
Использование API
Использование API из CLI
Отправьте запрос POST на /mcp
с телом JSON, содержащим поле topic
:
Использование API из Cursor Composer
- Задайте вопрос по теме в Википедии
- Курсор отобразит предлагаемый запрос MCP и запросит разрешение на запуск инструмента.
- После одобрения Cursor выполнит запрос к MCP Server.
- Результат запроса будет основан на анализе выбранных моделей ответа сервера MCP.
Формат ответа
Успешный ответ:
Ошибка ответа:
Тестирование
Запустите тестовый скрипт, чтобы проверить работу сервера:
This server cannot be installed
Сервер MCP, который извлекает и предоставляет контент Википедии по запрошенным темам, обеспечивая простой доступ к информации Википедии напрямую через протокол управления моделями.
Related MCP Servers
- -securityAlicense-qualityA Model Context Protocol (MCP) server that enables semantic search and retrieval of documentation using a vector database (Qdrant). This server allows you to add documentation from URLs or local files and then search through them using natural language queries.Last updated -1474JavaScriptApache 2.0
- -securityFlicense-qualityA MCP server that fetches and renders Baidu Baike (Chinese Wikipedia) discussion content, allowing users to access encyclopedia article discussions and generate readable analysis of the structured data.Last updated -TypeScript
- -securityFlicense-qualityAn MCP server that enables searching and retrieving content from Confluence documentation systems, providing capabilities for both document searches and full page content retrieval.Last updated -Python
- AsecurityFlicenseAqualityA MCP server that allows you to search and retrieve content on any wiki site using MediaWiki with LLMs 🤖. wikipedia.org, fandom.com, wiki.gg and more sites using Mediawiki are supported!Last updated -21Python