This MCP server connects AI agents to MediaWiki instances, allowing them to read, edit, and manage wiki content. It provides tools for querying pages, updating content, and handling revisions. It integrates directly with MediaWiki's API, enabling agents to interact with wikis programmatically. Developers use it to automate content management, build AI-driven wiki assistants, and integrate wikis with other systems.
This MCP server connects AI agents to MediaWiki instances, allowing them to read, edit, and manage wiki content. It provides tools for querying pages, updating content, and handling revisions. It integrates directly with MediaWiki's API, enabling agents to interact with wikis programmatically. Developers use it to automate content management, build AI-driven wiki assistants, and integrate wikis with other systems.
npx -y @professional-wiki/mediawiki-mcp-serverAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"professional-wiki-mediawiki-mcp-server-npm": {
"command": "npx",
"args": [
"-y",
"npx -y @professional-wiki/mediawiki-mcp-server"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from mediawiki-mcp-server?"
API Key Required
This server requires an API key from mediawiki-mcp-server. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| MEDIAWIKI-MCP-SERVER_API_KEY | Yes | Your mediawiki-mcp-server API key |
"What resources are available in mediawiki-mcp-server?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in mediawiki-mcp-server"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in mediawiki-mcp-server with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.