← Back to browse

platform7n

Indexed by tech.p7n

About

Connect Claude to your Platform7n workspaces — chat, links, and tasks. One-click OAuth.

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

TransportHTTP (remote server)
Claude Code
claude mcp add --transport http platform7n https://api.p7n.tech/mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"platform7n","type":"http","url":"https://api.p7n.tech/mcp"}'
JSON
{
  "mcpServers": {
    "platform7n": {
      "url": "https://api.p7n.tech/mcp"
    }
  }
}