Skip to content

MCP Clients

AIProfile accepts unauthenticated MCP connections, but those connections are intentionally limited to public-safe ask. Owner-level use requires an OAuth grant created with aiprofile auth grant add.

Default local URL:

text
http://localhost:3000/mcp

Transport type:

text
Streamable HTTP

Compatibility

ClientRuntimeTypical URLNotes
Claude DesktopDesktop apphttp://localhost:3000/mcpCan connect directly to a local desktop server.
Claude CodeTerminalhttp://localhost:3000/mcpAdd with claude mcp add --transport http.
Codex CLITerminalhttp://localhost:3000/mcpConfigure as a local terminal MCP server.
ChatGPT connectorsWeb/desktop UI backed by OpenAIhttps://<tunnel>/mcpRequires public HTTPS, usually ngrok for local testing.
Claude custom connectorsWeb-hostedhttps://<tunnel>/mcpRequires public HTTPS, usually ngrok for local testing.

Client guides:

For full visual walkthroughs, see Claude: npm person profile and ChatGPT: npx company profile.

See Authentication for OAuth grants, presets, scopes, and revocation.