Servers
KaiaFun MCP
@weerofun
π βοΈ An MCP server for listing and trading tokens on KaiaFun and interacting with the Kaia blockchain
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"kaiafun": {
"command": "node",
"args": [
"/path/to/dist/kaiafun-mcp-server.js"
],
"env": {
"PRIVATE_KEY": ""
}
}
}
}