Solana Agent Kit MCP Server
Overview
The Solana Agent Kit MCP Server is an implementation that utilizes the Model Context Protocol (MCP) to handle protocol operations on the Solana blockchain, enabling standardized interactions with the Solana Agent Kit.
To use the server, you need to install the necessary dependencies, configure the environment settings, and build the project. After configuration, you can run the server to interact with the Solana blockchain.
- Supports all actions from the Solana Agent Kit - MCP server implementation for standardized interactions - Environment-based configuration for flexibility
- Facilitating transactions on the Solana blockchain.
- Interacting with decentralized applications (dApps) built on Solana.
- Managing Solana wallet operations securely.
Add to your AI client
Use these steps to connect Solana Agent Kit MCP Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"amoca-sendai-agent-kit-mcp-server-manolaz": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-amoca-sendai-agent-kit-mcp-server-manolaz"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"amoca-sendai-agent-kit-mcp-server-manolaz": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-amoca-sendai-agent-kit-mcp-server-manolaz"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"amoca-sendai-agent-kit-mcp-server-manolaz": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-amoca-sendai-agent-kit-mcp-server-manolaz"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"amoca-sendai-agent-kit-mcp-server-manolaz": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-amoca-sendai-agent-kit-mcp-server-manolaz"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"amoca-sendai-agent-kit-mcp-server-manolaz": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-amoca-sendai-agent-kit-mcp-server-manolaz"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"amoca-sendai-agent-kit-mcp-server-manolaz": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-amoca-sendai-agent-kit-mcp-server-manolaz"
]
}
}
}FAQ
What are the prerequisites for using the server?
You need Node.js (v16 or higher), a Solana wallet with a private key, and a Solana RPC URL.
How do I configure the server?
You need to edit the `claude_desktop_config.json` file with your Solana private key and RPC URL.
Is there a guide for building the project?
Yes, you can build the project by running `pnpm run build` after installation.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":2552,"uuid":"d742bf33-e0bf-4fda-8bea-71f27e294c03","name":"amoca-sendai-agent-kit-mcp-server","title":"Solana Agent Kit MCP Server","description":"","avatar_url":"https://avatars.githubusercontent.com/u/5687539?v=4","created_at":"$D2025-03-13T08:46:42.808Z","updated_at":"$D2025-03-22T06:22:11.660Z","status":"created","author_name":"manolaz","author_avatar_url":"https://avatars.githubusercontent.com/u/5687539?v=4","tags":"solana,agent-kit,mcp-server","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/manolaz/amoca-sendai-agent-kit-mcp-server","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":"{\"star\":\"0\",\"license\":\"\",\"language\":\"TypeScript\",\"is_official\":false,\"latest_commit_time\":\"2025-03-13 23:45:28\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]