# Solana MCP Official

> Official Solana Developer MCP server. Serves up-to-date documentation across the Solana ecosystem to vibe coders and AI agents via mcp.solana.com.

- Skill: `yejiming/solana-mcp-official` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add yejiming/solana-mcp-official`
- Raw SKILL.md: https://api.skillmd.com/api/skills/yejiming/solana-mcp-official/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: yejiming (https://skillmd.com/u/yejiming)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/yejiming/solana-mcp-official

---


# Solana MCP Official

Official MCP server from the Solana Foundation.

The official Solana Developer MCP serves up-to-date documentation across the Solana ecosystem to vibe coders and AI agents. Available at mcp.solana.com, it provides both MCP and SSE endpoints powered by Vercel's `@vercel/mcp-adapter`.

## Installation

Connect to the hosted server:

```json
{
  "mcpServers": {
    "solana-mcp": {
      "url": "https://mcp.solana.com/mcp"
    }
  }
}
```

Or for SSE: `https://mcp.solana.com/sse`

## Links

- **GitHub**: https://github.com/solana-foundation/solana-mcp-official
- **Live Server**: https://mcp.solana.com

