npx).
Hosted (remote, OAuth)
Add the remote server with the HTTP transport — no Node.js or API key required:/mcp, select alphacast, and choose Authenticate. Claude Code opens your browser to sign in with your Alphacast account and stores the token for you.
To remove it later:
--scope project to share a checked-in .mcp.json with collaborators (each person still authenticates with their own Alphacast account — no secret is committed):
.mcp.json
Local (npm package)
Claude Code launches the Alphacast MCP server as a local subprocess vianpx. You can add it with a single CLI command, or by editing the project-level .mcp.json file.
CLI (recommended)
Run this from any directory inside your project. The server is added at the user scope by default — pass--scope project to share it with collaborators via a checked-in .mcp.json.
.mcp.json (project-scoped, checked into the repo)
If you want the server available to anyone who clones the project, create or edit .mcp.json at the repo root:
.mcp.json
Verify
Open a new Claude Code session and run:alphacast server should appear with 32 tools and a green connected status. If it shows red, run claude mcp list to inspect the configured command and environment.
Try a prompt that hits a read-only tool to confirm the connection end-to-end:
“Use the alphacast MCP to list my repositories.”