Connect an AI Assistant

Template Manager runs an MCP (Model Context Protocol) server, so Claude and other MCP-compatible tools can manage your portals and templates directly, in conversation.

claude.ai (browser)

  1. Create an API key under Settings → API Keys. A pre-filled connector URL appears once it’s created.
  2. Go to claude.ai → Settings → Integrations and add a custom integration using that connector URL.
  3. Template Manager appears as an available integration in new conversations.

Claude Desktop, Cursor, Windsurf, and other MCP tools

Add the following to your MCP config file, replacing the placeholder with your own API key:

{
"mcpServers": {
"netspinnr": {
"url": "https://mcp.netspinnr.com/mcp",
"headers": { "Authorization": "Bearer ns_your_key_here" }
}
}
}

Exact config file locations for each tool are listed under Settings → AI & MCP in the app.

Once connected, everything the AI does is scoped to your account — it can only see and act on your own portals and templates.

Video walkthrough coming soon.

← Back to Guides