Snippy enables AI agents to build and manage serverless functions using Azure Functions. It provides tools for orchestrating multi-agent workflows with Durable Functions and integrates with Cosmos DB for vector search. Developers use it to create AI-powered MCP tools with orchestrated workflows.
Snippy enables AI agents to build and manage serverless functions using Azure Functions. It provides tools for orchestrating multi-agent workflows with Durable Functions and integrates with Cosmos DB for vector search. Developers use it to create AI-powered MCP tools with orchestrated workflows.
pip install snippyAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"azure-samples-snippy-github": {
"command": "uvx",
"args": [
"pip install snippy"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from snippy?"
API Key Required
This server requires an API key from snippy. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| SNIPPY_API_KEY | Yes | Your snippy API key |
"What resources are available in snippy?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in snippy"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in snippy with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.