Back to MCP Servers
🔌
Snowflake-Labs/mcp
Apache-2.0API key required🐍 ☁️ - Open-source MCP server for Snowflake from official Snowflake-Labs supports prompting Cortex Agents, querying structured & unstructured data, object management, SQL execution, semantic view que
PythonProductivity
Install
npx -y @modelcontextprotocol/inspectorRequired environment variables
SNOWFLAKE_PRIVATE_KEYSet in your MCP configclaude_desktop_config.json
claude_desktop_config.json
{
"mcpServers": {
"snowflake-labs-mcp": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/inspector"
],
"env": {
"SNOWFLAKE_PRIVATE_KEY": "<YOUR_SNOWFLAKE_PRIVATE_KEY>"
}
}
}
}Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.
More Python MCP servers
🔌🔌🔌🔌
microsoft/markitdown
🎖️ 🐍 🏠 - MCP tool access to MarkItDown -- a library that converts many file formats (local or remote) to Markdown for LLM consumption.
Awesome MCP Servers by punkpeye
(****) - A curated list of MCP servers by ****
mindsdb/mindsdb
Connect and unify data across various platforms and databases with .
FastMCP
🐍 - A high-level framework for building MCP servers in Python