A Model Context Protocol (MCP) server that retrieves information from Wikipedia to provide context to LLMs.
10K+
7
10 Tools
Version 4.43 or later needs to be installed to add the server automatically
Connect the MCP Toolkit gateway to Claude Desktop using:
Once connected, you can install this MCP server using:
Note: You should still configure the server and specify required secrets after installing it.
Restart Claude Desktop for the changes to take effect.
wikipedia-mcp
to the mcpServers
section:{
"mcpServers": {
"wikipedia-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
- mcp/wikipedia-mcp@sha256:e5a82a51726a9827dfe8740b78978b2c67403ff1415306535343874ab039a65e
]
}
}
}
Connect the MCP Toolkit gateway to Continue.dev using:
Once connected, you can install this MCP server using:
Note: You should still configure the server and specify required secrets after installing it.
name: Docker MCP Wikipedia
version: 1.0.1
schema: v1
mcpServers:
- name: Wikipedia
command: docker
args:
- run
- --rm
- -i
- mcp/wikipedia-mcp@sha256:e5a82a51726a9827dfe8740b78978b2c67403ff1415306535343874ab039a65e
Connect the MCP Toolkit gateway to Cursor using:
Once connected, you can install this MCP server using:
Note: You should still configure the server and specify required secrets after installing it.
wikipedia-mcp
to the mcpServers
section:{
"mcpServers": {
"wikipedia-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
- mcp/wikipedia-mcp@sha256:e5a82a51726a9827dfe8740b78978b2c67403ff1415306535343874ab039a65e
]
}
}
}
Define the MCP Toolkit gateway as a server in the MCP Visual Studio Code user settings. Learn more
"mcp": {
"servers": {
"MCP_DOCKER": {
"command": "docker",
"args": [
"mcp",
"gateway",
"run"
],
"type": "stdio"
}
}
}
Once connected, you can install this MCP server using:
Note: You should still configure the server and specify required secrets after installing it.
Connect the MCP Toolkit gateway to Gordon using:
Once connected, you can install this MCP server using:
Note: You should still configure the server and specify required secrets after installing it.
Manual installation
You can install the MCP server using:
Installation for