Skip to content

Example Mcp Sqlite

Free

by MCP Community

A demonstration of using AIGNE Framework and Sqlite MCP Server to interact with a SQLite database

v1.19.6Added Apr 12, 2026
Works with:ClaudeGPTGeminiCopilot

Example Mcp Sqlite MCP Server

A demonstration of using AIGNE Framework and Sqlite MCP Server to interact with a SQLite database

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y @aigne/example-mcp-sqlite
Add to claude_desktop_config.json
{
  "mcpServers": {
    "example-mcp-sqlite": {
      "command": "npx",
      "args": ["-y", "@aigne/example-mcp-sqlite"]
    }
  }
}