🚀 Build robust Clarity smart contracts with the Stacks Clarity MCP server, offering 30+ tools for security, compliance, and performance optimization.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"stacks-clarity-mcp": {
"command": "npx",
"args": [
"-y",
"Nikil11/stacks-clarity-mcp"
]
}
}
}
Run in terminal:
claude mcp add stacks-clarity-mcp npx -y Nikil11/stacks-clarity-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"stacks-clarity-mcp": {
"command": "npx",
"args": [
"-y",
"Nikil11/stacks-clarity-mcp"
]
}
}
}