From 92f23bef37e9e1f1d4f6483c30163f734365a166 Mon Sep 17 00:00:00 2001 From: Mohammod Al Amin Ashik Date: Thu, 25 Jun 2026 11:33:03 +0800 Subject: [PATCH] Add Wikipedia MCP server Signed-off-by: Mohammod Al Amin Ashik Claude-Session: https://claude.ai/code/session_01S58U7phvDgphx6ZTXuWMJQ --- servers/rudraravi.wikipedia-mcp-uvx.json | 55 ++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 servers/rudraravi.wikipedia-mcp-uvx.json diff --git a/servers/rudraravi.wikipedia-mcp-uvx.json b/servers/rudraravi.wikipedia-mcp-uvx.json new file mode 100644 index 0000000..fa59d4f --- /dev/null +++ b/servers/rudraravi.wikipedia-mcp-uvx.json @@ -0,0 +1,55 @@ +{ + "$schema": "../schemas/server-definition.schema.json", + "id": "rudraravi.wikipedia-mcp-uvx", + "name": "Wikipedia (uvx)", + "alias": "wikipedia", + "description": "Retrieve and search Wikipedia content for LLMs through the Model Context Protocol. Search articles, fetch full text or summaries, extract sections, links, coordinates, related topics, and key facts. No API key required. Pass a different Wikipedia edition with the optional --language flag (e.g. uvx wikipedia-mcp --language ja).", + "logo": "https://avatars.githubusercontent.com/u/116959728?v=4", + "schema_version": "2.1", + "categories": [ + "search", + "documentation" + ], + "tags": [ + "wikipedia", + "search", + "encyclopedia", + "knowledge", + "reference", + "research" + ], + "transport": { + "type": "stdio", + "command": "uvx", + "args": [ + "wikipedia-mcp" + ], + "metadata": { + "inputs": [] + } + }, + "auth": { + "type": "none", + "instructions": "No authentication required. Reads public Wikipedia content. An optional Wikipedia access token (WIKIPEDIA_ACCESS_TOKEN) can be supplied to reduce rate limiting, but it is not needed for normal use." + }, + "contributor": { + "name": "Rudra-ravi", + "github": "Rudra-ravi", + "url": "https://github.com/Rudra-ravi/wikipedia-mcp" + }, + "links": { + "repository": "https://github.com/Rudra-ravi/wikipedia-mcp", + "homepage": "https://github.com/Rudra-ravi/wikipedia-mcp", + "documentation": "https://github.com/Rudra-ravi/wikipedia-mcp#readme" + }, + "platforms": [ + "all" + ], + "capabilities": { + "tools": true, + "resources": true, + "prompts": false, + "read_only_mode": true + }, + "changelog_url": "https://github.com/Rudra-ravi/wikipedia-mcp/releases" +}