agent-kit-mcp-server MCP Server
agent-kit-mcp-server connects AI agents to the Solana blockchain, unlocking data querying, resource management, and development automation for Solana-based projects.

What does “agent-kit-mcp-server” MCP Server do?
The agent-kit-mcp-server is an implementation of a Model Context Protocol (MCP) server designed to bridge AI assistants with external resources specifically in the Solana ecosystem. Its primary function is to enable AI-powered development workflows by providing structured access to blockchain data, API endpoints, and other Solana-related services. By acting as an intermediary, this MCP server facilitates tasks such as querying on-chain data, managing blockchain resources, and integrating external APIs into the workflow of developers and AI agents. This enhances the ability of large language models (LLMs) and tools to automate, reason about, and interact with Solana-based applications and data, streamlining operations like code exploration, smart contract analysis, and blockchain resource management.
List of Prompts
No prompt templates were found in the repository files.
List of Resources
No explicit MCP resources were documented in the available files.
List of Tools
No tools were explicitly defined in a server.py or similar file in the referenced directory.
Use Cases of this MCP Server
- Solana Blockchain Data Querying
Enables AI agents to access and retrieve data from the Solana blockchain, facilitating analytics and reporting tasks for developers. - Blockchain Resource Management
Assists in managing Solana resources such as accounts, smart contracts, and tokens, streamlining development and operational workflows. - API Integration for Solana Ecosystem
Allows integration with external APIs to enhance Solana-based applications, enabling richer feature sets and automation. - Solana Smart Contract Exploration
Facilitates exploration and analysis of smart contracts deployed on the Solana network, helping developers and auditors understand contract behavior. - Development Workflow Automation
Integrates with development tools to automate repetitive tasks, improving efficiency for developers working with Solana projects.
How to set it up
Windsurf
- Ensure prerequisites such as Node.js are installed.
- Open your Windsurf configuration file.
- Add the agent-kit-mcp-server to the
mcpServers
object with the following JSON snippet:{ "agent-kit-mcp-server": { "command": "npx", "args": ["@agent-kit/mcp-server@latest"] } }
- Save the configuration and restart Windsurf.
- Verify that the server appears in the MCP server list.
Securing API Keys
To secure API keys, use environment variables in your configuration:
{
"agent-kit-mcp-server": {
"env": {
"SOLANA_API_KEY": "${SOLANA_API_KEY}"
},
"inputs": {
"apiKey": "${SOLANA_API_KEY}"
}
}
}
Claude
- Ensure Node.js is installed.
- Locate Claude’s configuration file for MCP servers.
- Insert the following JSON into the MCP servers section:
{ "agent-kit-mcp-server": { "command": "npx", "args": ["@agent-kit/mcp-server@latest"] } }
- Save changes and restart Claude.
- Check for successful connection to the agent-kit-mcp-server.
Securing API Keys
{
"agent-kit-mcp-server": {
"env": {
"SOLANA_API_KEY": "${SOLANA_API_KEY}"
},
"inputs": {
"apiKey": "${SOLANA_API_KEY}"
}
}
}
Cursor
- Install Node.js if not already available.
- Open the MCP configuration file in Cursor.
- Add the agent-kit-mcp-server configuration:
{ "agent-kit-mcp-server": { "command": "npx", "args": ["@agent-kit/mcp-server@latest"] } }
- Save and restart Cursor.
- Confirm the server is active.
Securing API Keys
{
"agent-kit-mcp-server": {
"env": {
"SOLANA_API_KEY": "${SOLANA_API_KEY}"
},
"inputs": {
"apiKey": "${SOLANA_API_KEY}"
}
}
}
Cline
- Ensure Node.js is installed.
- Access the Cline MCP configuration.
- Add the agent-kit-mcp-server entry as follows:
{ "agent-kit-mcp-server": { "command": "npx", "args": ["@agent-kit/mcp-server@latest"] } }
- Save your configuration file and restart Cline.
- Validate the connection to the MCP server.
Securing API Keys
{
"agent-kit-mcp-server": {
"env": {
"SOLANA_API_KEY": "${SOLANA_API_KEY}"
},
"inputs": {
"apiKey": "${SOLANA_API_KEY}"
}
}
}
How to use this MCP inside flows
Using MCP in FlowHunt
To integrate MCP servers into your FlowHunt workflow, start by adding the MCP component to your flow and connecting it to your AI agent:

Click on the MCP component to open the configuration panel. In the system MCP configuration section, insert your MCP server details using this JSON format:
{
"agent-kit-mcp-server": {
"transport": "streamable_http",
"url": "https://yourmcpserver.example/pathtothemcp/url"
}
}
Once configured, the AI agent is now able to use this MCP as a tool with access to all its functions and capabilities. Remember to change “agent-kit-mcp-server” to whatever the actual name of your MCP server is and replace the URL with your own MCP server URL.
Overview
Section | Availability | Details/Notes |
---|---|---|
Overview | ✅ | Overview was drafted from context and directory name |
List of Prompts | ⛔ | No prompt templates found |
List of Resources | ⛔ | No explicit MCP resources documented |
List of Tools | ⛔ | No tools found in server.py (or similar) |
Securing API Keys | ✅ | Environment variable example provided |
Sampling Support (less important in evaluation) | ⛔ | No reference to sampling support in the files |
Based on the above, this MCP server is at a very early or minimal stage, with most advanced MCP features (prompts, tools, resources) not yet implemented or documented. The setup and security instructions are standard, but the lack of actual features limits its utility in production environments.
MCP Score
Has a LICENSE | ⛔ (no LICENSE file found) |
---|---|
Has at least one tool | ⛔ |
Number of Forks | 0 |
Number of Stars | 0 |
Our opinion:
Given the lack of implemented features (no tools, prompts, or resources found) and missing license, this MCP server currently scores 2/10 for practical utility, with potential if further developed and documented.
Frequently asked questions
- What is the agent-kit-mcp-server?
The agent-kit-mcp-server is a Model Context Protocol (MCP) server that connects AI assistants to the Solana blockchain, enabling access to blockchain data, API integration, and workflow automation for Solana developers.
- What features does agent-kit-mcp-server provide?
It allows AI agents to query Solana blockchain data, manage blockchain resources, integrate Solana with external APIs, explore smart contracts, and automate development workflows.
- How do I add agent-kit-mcp-server to FlowHunt?
Add the agent-kit-mcp-server configuration to your MCP component in FlowHunt, specifying the transport and URL for your server. Once set up, your AI agents can access Solana data and resources.
- Does agent-kit-mcp-server include any prompt templates or tools?
Currently, no prompt templates or tools are included. The server is in an early stage and primarily provides infrastructure for future development and integration.
- How secure is my API key with agent-kit-mcp-server?
API keys should be stored as environment variables in your configuration to ensure they are not exposed in code or logs, following standard security practices.
Integrate agent-kit-mcp-server with FlowHunt
Supercharge your Solana development workflows by connecting AI agents to blockchain data and resources using agent-kit-mcp-server.