Skip to main content
Glama

Wikipedia MCP Server

by imajumd1
pyproject.toml•710 B
[project] name = "wikipedia-mcp-server" version = "0.1.0" description = "Wikipedia MCP Server - Provides Claude with real-time Wikipedia access" authors = [ {name = "Your Name", email = "your.email@example.com"} ] readme = "README.md" requires-python = ">=3.9" dependencies = [ "mcp>=1.0.0", "httpx>=0.27.0", "pydantic>=2.0.0", "beautifulsoup4>=4.12.0", ] [project.scripts] wikipedia-mcp-server = "wikipedia_mcp_server:main" [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = ["src/wikipedia_mcp_server"] [project.optional-dependencies] dev = [ "pytest>=7.0.0", "pytest-asyncio>=0.21.0", "httpx>=0.27.0", ]

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/imajumd1/Wiki-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server