MCP Settings Configuration
{
"wikipedia": {
"stdio": {
"command": "python3",
"args": [
"-m", "mcpuniverse.mcp.servers.wikipedia"
]
}
}
}
Provide Wikipedia search: it looks up a query on Wikipedia and returns the page's title and summary if found.
{
"wikipedia": {
"stdio": {
"command": "python3",
"args": [
"-m", "mcpuniverse.mcp.servers.wikipedia"
]
}
}
}