pokeapi mcp server for Zed
io.github.asthanaji05/pokeapi-mcp-server
Empower your AI with Pokédex powers! Fetch and explore Pokémon data seamlessly via PokeAPI.
client:Zed
transport:stdio
runtime:npm
Install pokeapi mcp server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"pokeapi-mcp-server": {
"command": "npx",
"args": [
"-y",
"pokeapi-mcp-server"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs