🧠 MCP Wiki Reader
@Ayesha0300
About 🧠 MCP Wiki Reader
No overview available yet
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is 🧠 MCP Wiki Reader?
It is a FastMCP-based server that fetches a Wikipedia article via URL, extracts its main content using BeautifulSoup, and converts the HTML to Markdown. Built with uv for fast Python package management, it is intended for applications that need clean Wikipedia article text.
How to use 🧠 MCP Wiki Reader?
Start the server by running mcp dev src/mcp_wiki/server.py from the project root. Once running at http://127.0.0.1:6274, call the registered wiki tool’s method read_wikipedia_article("https://en.wikipedia.org/wiki/<article>"). Dependencies are managed with uv pip install -r requirements.txt.
Key features of 🧠 MCP Wiki Reader
- Fetch a Wikipedia article via URL
- Parse article content using BeautifulSoup
- Convert HTML content to Markdown
- Robust error handling with custom MCP error types
- Registered as the
wikitool in FastMCP
Use cases of 🧠 MCP Wiki Reader
- Extract Wikipedia article text for inclusion in documentation or reports
- Provide clean Markdown content to AI agents or language models
- Build a knowledge base by programmatically retrieving article summaries
FAQ from 🧠 MCP Wiki Reader
What runtime and dependencies are required?
Python 3.10+ and the uv package manager. Dependencies are listed in requirements.txt and installed via uv pip install -r requirements.txt.
How do I invoke the article-reading tool?
Use the tool’s method read_wikipedia_article with a valid Wikipedia article URL as argument. The server exposes it under the resource name wiki.
Where does the server run?
Locally at http://127.0.0.1:6274 when started with mcp dev src/mcp_wiki/server.py. No remote hosting is described.
Does the server store any data?
No. It fetches content live from Wikipedia on each request and converts it to Markdown; no local persistence is mentioned.
Frequently asked questions
What runtime and dependencies are required?
Python 3.10+ and the `uv` package manager. Dependencies are listed in `requirements.txt` and installed via `uv pip install -r requirements.txt`.
How do I invoke the article-reading tool?
Use the tool’s method `read_wikipedia_article` with a valid Wikipedia article URL as argument. The server exposes it under the resource name `wiki`.
Where does the server run?
Locally at `http://127.0.0.1:6274` when started with `mcp dev src/mcp_wiki/server.py`. No remote hosting is described.
Does the server store any data?
No. It fetches content live from Wikipedia on each request and converts it to Markdown; no local persistence is mentioned.
Basic information
More Memory & Knowledge MCP servers

Agimem
Persistent memory for AI agents. Hosted MCP server with capsule-scoped key/value storage, tags, TTL expiration, bulk ops, and RBAC.
MCP Apple Notes
RafalWilinskiTalk with your notes in Claude. RAG over your Apple Notes using Model Context Protocol.

OpenLore
aakarimServe your docs to AI agents over SSH and MCP. Agents use ls, cat, grep, find, and pipes against a virtual filesystem backed by your documentation. Identity-scoped access, governed writing with human approval, and portab
RAG Documentation MCP Server
hannesrudolphAn MCP server implementation that provides tools for retrieving and processing documentation through vector search, enabling AI assistants to augment their responses with relevant documentation context.
Docs MCP Server
araboldGrounded Docs MCP Server: Open-Source Alternative to Context7, Nia, and Ref.Tools
Comments