// sdk · MCP server (stdio)
MCP server (stdio) 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. Stdio mode — your key stays on your machine, no network hops. For zero-install scenarios use the hosted endpoint instead.
// 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
- Key stays local
- Offline-ready
- OIDC + SLSA L3 provenance
// 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 (stdio)
10,000 credits free per month. Open-source SDK, generated from OpenAPI 3.1, always in sync with the backend.