- Submit protein design and structure prediction jobs
- Query job status and retrieve results
- Upload and manage input files
- Access all Tamarind tools through natural language
- “Submit an RFDiffusion job to design a binder for this target protein”
- “Check the status of my recent structure prediction jobs”
- “Get the results from my batch antibody design job”
Requirements
To use Tamarind’s MCP server, you need:- A Tamarind account - Sign up here
- A Tamarind API key - View your key at app.tamarind.bio/api-docs/api-key or email info@tamarind.bio to request access
- A compatible MCP client - Such as Claude Desktop, VS Code, or other MCP-compatible tools
https://mcp.tamarind.bio/mcp. You can list all available tools by using the tools/list MCP command through your MCP client.
Connecting to Claude
Claude Desktop provides native support for MCP servers. To connect Tamarind:- Get your API key from app.tamarind.bio/api-docs/api-key (email info@tamarind.bio to request access if needed)
- Open your Claude Desktop configuration file:
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json
- macOS:
- Add the Tamarind MCP server:
- Restart Claude Desktop
Connecting to other MCP clients
For other MCP-compatible clients like Cursor, VS Code, Windsurf, or custom implementations, use the same configuration format:npx mcp-remote to connect to the Tamarind MCP server. The mcp-remote package will be automatically installed when your MCP client starts.
Refer to your specific MCP client’s documentation for configuration details.
Available tools
The Tamarind MCP server provides access to the following capabilities:| Tool | Description |
|---|---|
| submit-job | Submit individual computational jobs |
| submit-batch | Submit batch jobs with multiple configurations |
| get-jobs | Retrieve job status and metadata |
| get-results | Download results from completed jobs |
| upload-file | Upload input files (PDB, FASTA, etc.) |
| list-files | View your uploaded input files |
Authentication
All requests require a Tamarind API key. View your key at app.tamarind.bio/api-docs/api-key or email info@tamarind.bio to request access. Include your API key in your MCP client configuration as:x-api-key:YOUR_API_KEY_HERE
Related resources
- Full API Documentation - Complete REST API reference
- API Overview - Getting started with Tamarind’s API
- Batch Jobs - Running batch computations
- Manage Team - Team settings and permissions