Connects Claude to Turso's edge database platform with two authentication layers: organization-level ops for managing databases and tokens, plus database-level ops for running queries. You get list_databases, create_database, and delete_database on the org side. For actual data work, it splits read from write with execute_read_only_query for SELECT statements and execute_query for INSERT, UPDATE, DELETE that require approval. Also includes describe_table for schema inspection and vector_search if you're working with embeddings. Handles token generation and caching internally. Useful when you want Claude to query or manage Turso databases without leaving the conversation.
claude mcp add --transport stdio spences10-mcp-turso-cloud uvx mcp-turso-cloud