Integrate staceppa into your ai driven application. Top 50k star repository
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"destaceppa-mcp-serve": {
"command": "npx",
"args": [
"-y",
"gianlucadardia/destaceppa-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add destaceppa-mcp-serve npx -y gianlucadardia/destaceppa-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"destaceppa-mcp-serve": {
"command": "npx",
"args": [
"-y",
"gianlucadardia/destaceppa-mcp-server"
]
}
}
}