Skip to main content
Glama

Wikipedia MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
languageNoThe language code for Wikipedia (default: en for English)en
transportNoThe transport protocol to use (stdio for Claude Desktop, sse for HTTP streaming)stdio

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
search_wikipedia

Search Wikipedia for articles matching a query.

get_article

Get the full content of a Wikipedia article.

get_summary

Get a summary of a Wikipedia article.

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.

extract_key_facts

Extract key facts from a Wikipedia article, optionally focused on a topic.

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_links

Get the links contained within a Wikipedia article.

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/Rudra-ravi/wikipedia-mcp'

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