KaiaFun MCP
@weerofun
About KaiaFun MCP
π βοΈ An MCP server for listing and trading tokens on KaiaFun and interacting with the Kaia blockchain
Basic information
Config
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": ""
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is KaiaFun MCP?
KaiaFun MCP is a Model Context Protocol (MCP) server for listing and trading tokens on KaiaFun and interacting with the Kaia blockchain. It is intended for developers or users who want an LLM-assisted interface to manage token operations and check wallet balances.
How to use KaiaFun MCP?
Clone the repository, install dependencies with yarn, build with yarn build, then configure your MCP client (e.g., Claude Desktop) by adding the kaiafun server entry in claude_desktop_config.json. Set the args to the absolute path of dist/kaiafun-mcp-server.js and provide the PRIVATE_KEY environment variable for transaction signing.
Key features of KaiaFun MCP
- List new tokens with predefined metadata.
- Buy and sell tokens using KAIA.
- Check token balances of the configured wallet.
- Built on the Model Context Protocol standard.
- Powered by an underlying TypeScript SDK (in development).
Use cases of KaiaFun MCP
- Listing a new token on KaiaFun via an LLM conversation.
- Buying or selling tokens with KAIA programmatically.
- Checking the balance of a configured wallet on the Kaia blockchain.
- Integrating token trading capabilities into AI-assisted workflows.
FAQ from KaiaFun MCP
What does KaiaFun MCP do?
It enables token listing, trading, and interaction with the Kaia blockchain, such as checking token balances of a configured wallet.
How do I configure KaiaFun MCP?
Add the server to your MCP client configuration (e.g., claude_desktop_config.json) with the full path to dist/kaiafun-mcp-server.js and set the PRIVATE_KEY environment variable.
Is it safe to store my private key in plaintext?
No. The README warns that storing the private key in plaintext is not safe and notes that this setup is primarily for development and exploration purposes. Use at your own risk.
Can I use the KaiaFun SDK independently?
Yes. A TypeScript SDK is under development and currently powers the MCP server. It is intended to be usable independently for building custom applications in the future.
What are the dependencies and licensing?
The server requires Node.js and Yarn. It is licensed under the Apache License 2.0. Note that the software is in development, and the contributors are not responsible for any loss of funds or issues arising from its use.
More Other MCP servers
πͺ Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
Comments