Solana Mcp
Solana Agent Kit MCP Server
solanamcp
README
Solana-MCP
Solana Agent Kit MCP Server
Overview
Solana-MCP is a fully on-chain operation platform designed specifically for the Solana blockchain. By using natural language commands, Solana-MCP simplifies user interactions with the Solana ecosystem, improving efficiency and user experience.
Features
- Natural Language Command Support: Execute complex on-chain operations by parsing user input with LLM technology.
- DApp Integration: Seamlessly connect with major DApps in the Solana ecosystem.
- Digital Asset Management: Support real-time management and trading of major Solana-based assets.
- DeFi Operations: Perform staking, lending, and other DeFi activities with one-click solutions.
- Open API: Developer-friendly APIs for integrating on-chain operations.
Technical Architecture
Core Technologies
- LLM (Large Language Model):
- Multi-language support for global users.
- Intent recognition for accurate operations.
- Context understanding for handling complex commands.
- Dynamic learning for continuous optimization.
- Solana Blockchain:
- High throughput for fast operations.
- Low fees to reduce user costs.
- Strong security based on robust consensus mechanisms.
- High scalability to meet growing user demands.
- Smart Contracts:
- Automated execution of on-chain operations.
- Transparent and secure code logic.
- Programmable and extensible for diverse use cases.
Workflow
- Users input natural language commands on the Solana-MCP platform.
- LLM parses the commands to identify intent and parameters.
- Solana-MCP maps the parsed results to corresponding on-chain operations.
- Smart contracts are invoked to execute the operations.
- Users sign transactions with their Solana wallet.
- Transactions are executed on the Solana blockchain.
- Results are returned to the platform and displayed to the user.
Installation
- Clone the repository:
git clone https://github.com/solanamcp/solana-mcp.git cd solana-mcp
- Install dependencies:
npm install
- Start the development server:
npm run dev
API Documentation
Example: Execute On-Chain Transaction
Request:
POST /api/execute
Content-Type: application/json
{
"command": "Buy 10 SOL"
}
Response:
{
"status": "success",
"transactionId": "5G9s...kL2"
}
Example: Query Assets
Request:
GET /api/assets
Authorization: Bearer <token>
Response:
{
"assets": [
{ "name": "SOL", "balance": 10.5 },
{ "name": "USDC", "balance": 200.0 }
]
}
Contributing
We welcome contributions! Please follow these steps:
- Fork this repository.
- Create a new branch:
git checkout -b feature/your-feature
- Commit your changes:
git commit -m "Add your feature"
- Push the branch:
git push origin feature/your-feature
- Submit a Pull Request.
License
This project is open-sourced under the MIT License.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
MCP Package Docs Server
Facilitates LLMs to efficiently access and fetch structured documentation for packages in Go, Python, and NPM, enhancing software development with multi-language support and performance optimization.
Claude Code MCP
An implementation of Claude Code as a Model Context Protocol server that enables using Claude's software engineering capabilities (code generation, editing, reviewing, and file operations) through the standardized MCP interface.
@kazuph/mcp-taskmanager
Model Context Protocol server for Task Management. This allows Claude Desktop (or any MCP client) to manage and execute tasks in a queue-based system.
Linear MCP Server
Enables interaction with Linear's API for managing issues, teams, and projects programmatically through the Model Context Protocol.
mermaid-mcp-server
A Model Context Protocol (MCP) server that converts Mermaid diagrams to PNG images.
Jira-Context-MCP
MCP server to provide Jira Tickets information to AI coding agents like Cursor

Linear MCP Server
A Model Context Protocol server that integrates with Linear's issue tracking system, allowing LLMs to create, update, search, and comment on Linear issues through natural language interactions.

Sequential Thinking MCP Server
This server facilitates structured problem-solving by breaking down complex issues into sequential steps, supporting revisions, and enabling multiple solution paths through full MCP integration.