- Go to
Settings->Developer - Click
Edit Config - Open
claude_desktop_config.json - Add the following to
mcpServers:
{
"section-buckling": {
"command": "npx",
"args": [
"mcp-remote",
"https://mcp.runtosolve.com/mcp-section-buckling"
]
}
}- Save the file and restart Claude desktop.
At step 4, use the following setting instead:
{
"section-buckling": {
"command": "npx",
"args": [
"mcp-remote",
"http://127.0.0.1:8000/mcp-section-buckling"
]
}
}