mhalle/datasette-mcp
If you are the rightful owner of datasette-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Datasette MCP is an alpha-stage Model Context Protocol server providing read-only access to Datasette instances for AI assistants.
Tools
Functions exposed to the LLM to take actions
list_instances
List all configured Datasette instances and their details.
list_databases
List all databases in a Datasette instance with table counts.
describe_database
Get complete database schema including all table structures, columns, types, and relationships.
execute_sql
Execute custom SQL queries with various options for response format, pagination, and more.
search_table
Perform full-text search within a table with options for specific columns and advanced FTS operators.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client