Related MCP Server Resources

Explore more AI models, providers, and integration options:

  • Explore AI Models
  • Explore AI Providers
  • Explore MCP Servers
  • LangDB Pricing
  • Documentation
  • AI Industry Blog
  • OWASP Cheatsheets MCP Server
  • Fantasy Premier League MCP Server
  • Ramp MCP Server
  • Semgrep MCP Server
  • TripAdvisor Vacation Planner MCP Server
Back to MCP Servers
Wikipedia MCP Server

Wikipedia MCP Server

Public
danbunnell/mcp-wikipedia

An MCP server that retrieves and provides Wikipedia content for requested topics, enabling easy access to Wikipedia information directly through the Model Control Protocol.

Verified
python
0 tools
May 30, 2025
Updated May 30, 2025

Wikipedia MCP Server

This is an MCP (Model Control Protocol) server that provides Wikipedia content for the requested topic.

Setup

  1. Install the required dependencies:
pip install -r requirements.txt
  1. Start the server:
python src/server.py

The server will run on http://localhost:5000.

API Usage

Using the API from the CLI

Send a POST request to /mcp with a JSON body containing a topic field:

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

Using the API from Cursor Composer

  1. Ask a question about a topic on Wikipedia
  2. Cursor will display a proposed MCP request and ask for your permission to run the tool
  3. After approving, Cursor will execute the request to the MCP Server
  4. The prompt result will be based on the selected models analysis of the MCP Server response

cursor api example

Response Format

Successful response:

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

Error response:

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

Testing

Run the test script to verify the server is working:

python src/test_server.py
Publicly Shared Threads0

Discover shared experiences

Shared threads will appear here, showcasing real-world applications and insights from the community. Check back soon for updates!

Share your threads to help others
Related MCPs5
  • OWASP Cheatsheets MCP Server
    OWASP Cheatsheets MCP Server

    A minimal Model Context Protocol server that provides access to OWASP security cheat sheets through ...

    Added May 30, 2025
  • Fantasy Premier League MCP Server
    Fantasy Premier League MCP Server

    A Model Context Protocol server that provides access to Fantasy Premier League data, allowing users ...

    Added May 30, 2025
  • Ramp MCP Server
    Ramp MCP Server

    A Model Context Protocol server that enables access to Ramp financial data through an in-memory data...

    Added May 30, 2025
  • Semgrep MCP Server
    Semgrep MCP Server

    An MCP server that provides a comprehensive interface to Semgrep, enabling users to scan code for se...

    6 tools
    Added May 30, 2025
  • TripAdvisor Vacation Planner MCP Server
    TripAdvisor Vacation Planner MCP Server

    This MCP server provides access to TripAdvisor data for planning vacations, enabling users to search...

    Added May 30, 2025