// sdk · MCP server
MCP server for Claude / Cursor / GPT
Official @astroway/mcp: exposes every one of the 700+ AstroWay API endpoints as tools for AI agents. Works with Claude Desktop, Cursor, GPT MCP clients.
// 01 / install
Install
npx -y @astroway/mcp import: // Drop into Claude Desktop / Cursor / GPT MCP config
View on registry → @astroway/mcp
// 02 / highlights
Highlights
- 700+ tools
- OpenAPI 3.1 auto-sync
- Claude Desktop ready
- Cursor IDE ready
- Streaming + structured responses
// 03 / first request
Make your first request
// Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json)
{
"mcpServers": {
"astroway": {
"command": "npx",
"args": ["-y", "@astroway/mcp"],
"env": { "ASTROWAY_API_KEY": "aw_live_..." }
}
}
} Start building with MCP server
10,000 credits free per month. Open-source SDK, generated from OpenAPI 3.1, always in sync with the backend.