Claude Code and Codex
Apiosk ships a public MCP package so people can add it to Claude Code or Codex with one command. Once connected, the client can use live Apiosk tools likeapiosk_help, apiosk_search, apiosk_get_api, apiosk_execute, apiosk_get_started, and dynamic API-specific tools generated from the catalog.
Claude Code
Add Apiosk:Codex
Add Apiosk:What each command does
addregisters the Apiosk MCP server in your local client config.getshows the saved configuration forapioskand whether the client can connect.listshows configured MCP servers. It does not list internal Apiosk tools one by one.
First-run setup in local stdio mode
If you use the npm package locally, the fastest way to get from install to a working paid-capable setup is to callapiosk_get_started.
Create a local wallet automatically, discover the catalog, and run a small test call:
apiosk_get_started is only available in local stdio mode because it saves local wallet or connect-token state under ~/.apiosk.
Hosted HTTP alternative
If you prefer the hosted MCP endpoint instead of the npm package, use the public URL:Claude Code
Codex
Paid API access
Installing the MCP server is public. Some paid Apiosk routes still require a valid payment or auth mode when a tool actually calls them. For the local npm package,apiosk_get_started is the recommended entrypoint because it can save a connect string locally or create a wallet and then prove the setup with a first execute call.
Common environment variables:
APIOSK_PRIVATE_KEYAPIOSK_CONNECT_TOKENAPIOSK_CONNECT_AUTHORIZATIONAPIOSK_X_PAYMENT
Related links
- Hosted MCP endpoint: https://mcp.apiosk.com/mcp
- npm package: https://www.npmjs.com/package/apiosk-mcp-server
- Consumer guide: /guides/consumers