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.

위키피디아 MCP 서버

이는 요청된 주제에 대한 위키피디아 콘텐츠를 제공하는 MCP(모델 제어 프로토콜) 서버입니다.

설정

  1. 필요한 종속성을 설치하세요:

지엑스피1

  1. 서버를 시작합니다:
python src/server.py

서버는 http://localhost:5000 에서 실행됩니다.

API 사용

CLI에서 API 사용

topic 필드를 포함하는 JSON 본문과 함께 /mcp 에 POST 요청을 보냅니다.

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

Cursor Composer의 API 사용

  1. 위키피디아의 주제에 대해 질문하세요
  2. 커서는 제안된 MCP 요청을 표시하고 도구를 실행하기 위한 권한을 요청합니다.
  3. 승인 후 Cursor는 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 서버로, Model Control Protocol을 통해 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