ultimate_mcp_server vs MediaWiki-MCP-Server
Side-by-side comparison to help you pick between these two MCP servers.
ultimate_mcp_server by Dicklesworthstone | MediaWiki-MCP-Server by ProfessionalWiki | |
|---|---|---|
| Stars | ★ 149 | ★ 93 |
| 30d uses | — | — |
| Score | 85 | 49 |
| Official | — | — |
| Categories | AI / LLM ToolsBrowser AutomationFile System | Knowledge GraphDeveloper ToolsAI / LLM Tools |
| Language | Python | TypeScript |
| Last commit | 2 mo ago | this month |
ultimate_mcp_server · Summary
Comprehensive MCP server providing dozens of capabilities for AI agents including LLM delegation, browser automation, document processing, and cognitive memory systems.
MediaWiki-MCP-Server · Summary
MCP server connecting AI with MediaWiki wikis through tools and resources for reading and writing content.
ultimate_mcp_server · Use cases
- Complex document processing and analysis with OCR and structured data extraction
- Web automation and research across multiple sites with browser control
- Cost-optimized AI workflows through intelligent task delegation between models
MediaWiki-MCP-Server · Use cases
- AI assistant retrieving and summarizing wiki articles and page histories
- Automated content management and updates to wikis through AI agents
- Data analysis and reporting from MediaWiki data using AI
ultimate_mcp_server · Install
Installation
- Clone the repository:
git clone https://github.com/Dicklesworthstone/ultimate_mcp_server.git
cd ultimate_mcp_server- Install dependencies:
pip install -e .- For Claude Desktop integration, add to your claude_desktop_config.json:
{
"mcpServers": {
"ultimate-mcp": {
"command": "python",
"args": ["-m", "ultimate_mcp_server"],
"env": {
"PYTHONPATH": "."
}
}
}
}- Run the server:
python -m ultimate_mcp_serverMediaWiki-MCP-Server · Install
Installation
Claude Desktop
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"mediawiki-mcp-server": {
"command": "npx",
"args": [
"@professional-wiki/mediawiki-mcp-server@latest"
],
"env": {
"CONFIG": "path/to/config.json"
}
}
}
}Other Clients
The repository provides specific installation instructions for:
- VS Code
- Cursor
- Windsurf
- Claude Code
- Gemini CLI
Each client has its own specific configuration requirements and setup process.