Open-source internal tools
Connect to Appsmith for open-source internal tool development.
{
"mcpServers": {
"appsmith": {
"mcpServers": {
"appsmith": {
"env": {
"APPSMITH_URL": "https://your-appsmith.com",
"APPSMITH_API_KEY": "your-api-key"
},
"args": [
"-y",
"appsmith-mcp-server"
],
"command": "npx"
}
}
}
}
}