{"library":"snowflake-labs-mcp","title":"Snowflake MCP Server","type":"library","description":"MCP (Model Context Protocol) server for Snowflake, enabling LLMs to interact with Snowflake databases. Current version 1.4.1, requires Python >=3.11. Active development.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install snowflake-labs-mcp"],"cli":null},"imports":["from snowflake_labs_mcp import SnowflakeMCPServer"],"auth":{"required":false,"env_vars":[]},"links":{"homepage":null,"github":"https://github.com/Snowflake-Labs/mcp","docs":null,"changelog":null,"pypi":"https://pypi.org/project/snowflake-labs-mcp/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null},"quickstart":{"code":"import os\nfrom snowflake_labs_mcp import SnowflakeMCPServer\n\nos.environ['SNOWFLAKE_ACCOUNT'] = 'my_account'\nos.environ['SNOWFLAKE_USER'] = 'my_user'\nos.environ['SNOWFLAKE_PASSWORD'] = 'my_password'\nos.environ['SNOWFLAKE_WAREHOUSE'] = 'my_wh'\n\nserver = SnowflakeMCPServer()\nserver.run()","lang":"python","description":"Basic server setup. Set environment variables for authentication.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}