W
MCP Server — Coding Agent Knowledge Pack
Wikipedia MCP Server Knowledge Pack
Article extraction and summarization from Wikipedia
Available free v1.0.0 Browser LLM
$
sidebutton install wikipedia.org
README
949 B
Wikipedia
Article extraction, content reading, and summarization.
Browser Access
No login required. Public content.
Workflows
| Workflow | Description |
|---|---|
wikipedia_summarize | Open article and generate LLM summary |
wikipedia_open | Navigate to a Wikipedia article |
wikipedia_extract_content | Extract full article text |
Common Tasks
Summarize article: provide topic, workflow navigates to article, extracts content, generates summary via LLM.
Extract content: navigate to article URL, extract text from #mw-content-text.
Key Selectors
| Element | Selector |
|---|---|
| Article title | #firstHeading |
| Article body | #mw-content-text |
| Table of contents | #toc |
| Infobox | .infobox |
| References | .references |