An MCP server providing science/engineering authoring tools: rendering diagram and
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"scieng-mcp": {
"command": "npx",
"args": [
"-y",
"danielsimonjr/scieng-mcp"
]
}
}
}
Run in terminal:
claude mcp add scieng-mcp npx -y danielsimonjr/scieng-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"scieng-mcp": {
"command": "npx",
"args": [
"-y",
"danielsimonjr/scieng-mcp"
]
}
}
}