Getting started with the t3gen MCP server

1. Create an account

Create an account at Sign up and then choose a plan that fits your needs.

2. Get an client ID

When you are logged in and got an activated plan, then you will see a [Get Session ID] button. Follow it and your session ID will be created. This session ID is valid for one year or until your plan ends.

3. Add the MCP server in your cursor settings

The MCP Server is only tested in Cursor IDE so far. More IDEs will follow soon.

{
  "mcpServers": {
    "context7": {
      "command": "npx",
      "args": [
        "-y",
        "@upstash/context7-mcp"
      ]
    },
    "typo3-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://domain.ddev.site/mcp?token=1166c260f79zida2c17af7rndffcf95igj05426a060309db1dd9709cfa577ea5",
        "--transport",
        "http-only",
        "--allow-http"
      ]
    },
    "chrome-devtools": {
      "command": "npx chrome-devtools-mcp@latest",
      "env": {},
      "args": []
    },
    "t3gen": {
      "url": "https://mcp.nito.de/mcp",
      "transport": "http",
      "headers": {
        "Authorization": "Bearer XrAEYG82oTcjCJT0EzBzPOmwEWW3e6oU7A6yT81oCKI"
      }
    }
  }
}