Wikipedia MCP Server

by danbunnell

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.

Wikipedia MCP サーバー

これは、要求されたトピックの Wikipedia コンテンツを提供する MCP (モデル制御プロトコル) サーバーです。

設定

  1. 必要な依存関係をインストールします。
pip install -r requirements.txt
  1. サーバーを起動します。
python src/server.py

サーバーはhttp://localhost:5000で実行されます。

APIの使用

CLIからAPIを使用する

topicフィールドを含む JSON 本文を含む POST リクエストを/mcpに送信します。

curl -X POST http://localhost:5000/mcp \ -H "Content-Type: application/json" \ -d '{"topic": "Python_(programming_language)"}'

Cursor Composer の API の使用

  1. Wikipediaのトピックについて質問する
  2. カーソルにMCPリクエストの提案が表示され、ツールを実行する許可を求められます。
  3. 承認後、カーソルはMCPサーバーへのリクエストを実行します。
  4. プロンプトの結果は、MCPサーバーの応答の選択されたモデルの分析に基づいて表示されます。

応答フォーマット

成功した応答:

{ "status": "success", "data": { "title": "Page Title", "content": "Page Content", "url": "Wikipedia URL" } }

エラー応答:

{ "status": "error", "error": "Error message" }

テスト

テスト スクリプトを実行して、サーバーが動作していることを確認します。

python src/test_server.py
-
security - not tested
F
license - not found
-
quality - not tested

要求されたトピックの Wikipedia コンテンツを取得して提供する MCP サーバー。モデル制御プロトコルを通じて Wikipedia 情報に簡単に直接アクセスできるようになります。

  1. 設定
    1. APIの使用
      1. CLIからAPIを使用する
      2. Cursor Composer の API の使用
      3. 応答フォーマット
    2. テスト

      Related MCP Servers

      • -
        security
        A
        license
        -
        quality
        A 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 -
        14
        74
        JavaScript
        Apache 2.0
        • Apple
      • -
        security
        F
        license
        -
        quality
        A 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
      • -
        security
        F
        license
        -
        quality
        An 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
      • A
        security
        F
        license
        A
        quality
        A 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 -
        2
        1
        Python

      View all related MCP servers

      ID: nsgvcup4zk