Model Context Protocol (MCP) server for Chemotion — search and edit your electronic lab notebook from Claude, Cursor, and other AI clients.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"chemotion-mcp": {
"command": "npx",
"args": [
"-y",
"letrplB/chemotion-mcp"
]
}
}
}
Run in terminal:
claude mcp add chemotion-mcp npx -y letrplB/chemotion-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"chemotion-mcp": {
"command": "npx",
"args": [
"-y",
"letrplB/chemotion-mcp"
]
}
}
}