A Model Context Protocol (MCP) server that retrieves information from Wikipedia to provide contex...
100K+
A Model Context Protocol (MCP) server that retrieves information from Wikipedia to provide context to LLMs.
| Attribute | Details |
|---|---|
| Docker Image | mcp/wikipedia-mcp |
| Author | Rudra-ravi |
| Repository | https://github.com/Rudra-ravi/wikipedia-mcp |
| Attribute | Details |
|---|---|
| Dockerfile | https://github.com/Rudra-ravi/wikipedia-mcp/blob/2553fd47a9ebf3fa6cf994f1be44b87e4fda2c94/Dockerfile |
| Commit | 2553fd47a9ebf3fa6cf994f1be44b87e4fda2c94 |
| Docker Image built by | Docker Inc. |
| Docker Scout Health Score | |
| Verify Signature | COSIGN_REPOSITORY=mcp/signatures cosign verify mcp/wikipedia-mcp --key https://raw.githubusercontent.com/docker/keyring/refs/heads/main/public/mcp/latest.pub |
| Licence | MIT License |
| Tools provided by this Server | Short Description |
|---|---|
extract_key_facts | Extract key facts from a Wikipedia article, optionally focused on a topic. |
get_article | Get the full content of a Wikipedia article. |
get_coordinates | Get the coordinates of a Wikipedia article. |
get_links | Get the links contained within a Wikipedia article. |
get_related_topics | Get topics related to a Wikipedia article based on links and categories. |
get_sections | Get the sections of a Wikipedia article. |
get_summary | Get a summary of a Wikipedia article. |
search_wikipedia | Search Wikipedia for articles matching a query. |
summarize_article_for_query | Get a summary of a Wikipedia article tailored to a specific query. |
summarize_article_section | Get a summary of a specific section of a Wikipedia article. |
test_wikipedia_connectivity | Provide diagnostics for Wikipedia API connectivity. |
extract_key_factsExtract key facts from a Wikipedia article, optionally focused on a topic.
| Parameters | Type | Description |
|---|---|---|
title | string | |
count | integer optional | |
topic_within_article | string optional |
get_articleGet the full content of a Wikipedia article.
| Parameters | Type | Description |
|---|---|---|
title | string |
get_coordinatesGet the coordinates of a Wikipedia article.
| Parameters | Type | Description |
|---|---|---|
title | string |
get_linksGet the links contained within a Wikipedia article.
| Parameters | Type | Description |
|---|---|---|
title | string |
get_related_topicsGet topics related to a Wikipedia article based on links and categories.
| Parameters | Type | Description |
|---|---|---|
title | string | |
limit | integer optional |
get_sectionsGet the sections of a Wikipedia article.
| Parameters | Type | Description |
|---|---|---|
title | string |
get_summaryGet a summary of a Wikipedia article.
| Parameters | Type | Description |
|---|---|---|
title | string |
search_wikipediaSearch Wikipedia for articles matching a query.
| Parameters | Type | Description |
|---|---|---|
query | string | |
limit | integer optional |
summarize_article_for_queryGet a summary of a Wikipedia article tailored to a specific query.
| Parameters | Type | Description |
|---|---|---|
query | string | |
title | string | |
max_length | integer optional |
summarize_article_sectionGet a summary of a specific section of a Wikipedia article.
| Parameters | Type | Description |
|---|---|---|
section_title | string | |
title | string | |
max_length | integer optional |
test_wikipedia_connectivityProvide diagnostics for Wikipedia API connectivity.
{
"mcpServers": {
"wikipedia-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"mcp/wikipedia-mcp"
]
}
}
}
Content type
Image
Digest
sha256:047f17273…
Size
68.3 MB
Last updated
3 months ago
Requires Docker Desktop 4.37.1 or later.
Pulls:
2,185
Last week