Skip to content

Commit edbd5a1

Browse files
authored
Add Wikipedia MCP server (#235)
Claude-Session: https://claude.ai/code/session_01S58U7phvDgphx6ZTXuWMJQ Signed-off-by: Mohammod Al Amin Ashik <maa.ashik00@gmail.com>
1 parent f494460 commit edbd5a1

1 file changed

Lines changed: 55 additions & 0 deletions

File tree

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
{
2+
"$schema": "../schemas/server-definition.schema.json",
3+
"id": "rudraravi.wikipedia-mcp-uvx",
4+
"name": "Wikipedia (uvx)",
5+
"alias": "wikipedia",
6+
"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).",
7+
"logo": "https://avatars.githubusercontent.com/u/116959728?v=4",
8+
"schema_version": "2.1",
9+
"categories": [
10+
"search",
11+
"documentation"
12+
],
13+
"tags": [
14+
"wikipedia",
15+
"search",
16+
"encyclopedia",
17+
"knowledge",
18+
"reference",
19+
"research"
20+
],
21+
"transport": {
22+
"type": "stdio",
23+
"command": "uvx",
24+
"args": [
25+
"wikipedia-mcp"
26+
],
27+
"metadata": {
28+
"inputs": []
29+
}
30+
},
31+
"auth": {
32+
"type": "none",
33+
"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."
34+
},
35+
"contributor": {
36+
"name": "Rudra-ravi",
37+
"github": "Rudra-ravi",
38+
"url": "https://github.com/Rudra-ravi/wikipedia-mcp"
39+
},
40+
"links": {
41+
"repository": "https://github.com/Rudra-ravi/wikipedia-mcp",
42+
"homepage": "https://github.com/Rudra-ravi/wikipedia-mcp",
43+
"documentation": "https://github.com/Rudra-ravi/wikipedia-mcp#readme"
44+
},
45+
"platforms": [
46+
"all"
47+
],
48+
"capabilities": {
49+
"tools": true,
50+
"resources": true,
51+
"prompts": false,
52+
"read_only_mode": true
53+
},
54+
"changelog_url": "https://github.com/Rudra-ravi/wikipedia-mcp/releases"
55+
}

0 commit comments

Comments
 (0)