@tesselunits/mcp-connector
v1.1.0
Published
A bridge to connect to the Tessel Units MCP server at https://tesselunits.art.
Maintainers
Readme
Tessel Units MCP Connector
A bridge to connect to the Tessel Units MCP server.
[!IMPORTANT] MCP Server access requires an active Pro or Commercial subscription. View plans →
Usage
Go to your profile at tesselunits.art/profile and create/copy your API token.
npx @tesselunits/mcp-connector <YOUR_API_TOKEN>Example for Claude Desktop
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"tessel": {
"command": "npx",
"args": ["@tesselunits/mcp-connector", "<YOUR_API_TOKEN>"]
}
}
}