kiwix-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| KIWIX_BASE_URL | Yes | The base URL of the Kiwix HTTP server (e.g., http://localhost:8080) |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| kiwix_list_books | List ZIM books available on the Kiwix server. Optionally filter by title keyword. |
| kiwix_search | Full-text search across Kiwix ZIM books. Returns article titles, snippets, and URLs. Use kiwix_fetch_article to retrieve full content. |
| kiwix_fetch_article | Fetch an article from the Kiwix server and return its content as plain text. Use the URL field from kiwix_search results. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
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/OscillateLabsLLC/kiwix-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server