Superthread MCP Servers

Model Context Protocol (MCP) is a powerful standard that enables AI models to securely access external tools, services, and data. Superthread's MCP servers provide a seamless integration layer for AI assistants to interact with your workspaces, enhancing productivity and unlocking new capabilities for your AI workflow.

Available MCP Servers

Authentication Method

Bearer Token Authentication

  • Include a Bearer token in the Authorization header with MCP requests
  • Tokens can be generated in your Superthread workspace's account settings

How to Connect

AI assistants can connect to MCP servers using the appropriate endpoints with your authentication token. Each MCP server provides specialized functionality that extends your AI's capabilities across your workspace.

Client Connection Examples

Important: All MCP servers require authentication with a Personal Access Token (PAT). Requests without valid authentication will receive a 401 Unauthorized response. Tokens should be kept secure and never shared publicly.

Troubleshooting

Encountering issues with your MCP connection? Here are solutions to common problems:

Common Issues

Connection Checklist

  1. Verify your MCP server URL is correct
  2. Ensure your authentication token is valid and not expired
  3. Check that you're using the correct request format and parameters
  4. Confirm your network allows the connection (no firewall blocks)