Submit

Rowan Mcp: A Server For Running Complex Computational Chemistry Tasks

@k-yenko

This project wraps an MCP (Model Context Protocol) around Rowan's tools, making it easy for users to submit complex chemistry and biology calculations in natural everyday language.

Server Config

{
  "mcpServers": {
    "rowan": {
      "command": "uvx",
      "args": [
        "--from",
        "rowan-mcp",
        "rowan-mcp"
      ],
      "env": {
        "ROWAN_API_KEY": "your_api_key_here"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.

- MCP Server