Daan

v1.0.0Coding Agentsstable

✨Lightweight LLM Client with MCP 🔌 & Characters 👤

chatgptclientdeepseekllmmcp
Share:
290
Stars
0
Downloads
0
Weekly
0/5

What is Daan?

Daan is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to ✨lightweight llm client with mcp 🔌 & characters 👤

✨Lightweight LLM Client with MCP 🔌 & Characters 👤

This server falls under the Coding Agents category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • ✨Lightweight LLM Client with MCP 🔌 & Characters 👤

Use Cases

Lightweight LLM client with MCP
Multi-provider LLM support
Character-based chatbots
pluveto

Maintainer

LicenseAGPL-3.0
Languagetypescript
Versionv1.0.0
UpdatedMay 5, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx daan

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Daan

Daan is a lightweight, browser-based LLM client with built-in MCP integration and a character (persona) system that lets users create reusable chat identities with custom system prompts. It connects to OpenAI-compatible APIs — including OpenAI, DeepSeek, and self-hosted endpoints — and supports running MCP servers to extend AI capabilities with external tools and knowledge. Developers who want a minimal, zero-install chat frontend with flexible model and tool configuration will find Daan a practical alternative to heavier clients.

Prerequisites

  • A modern web browser (no local install required for the online demo at demo.daan.one)
  • An API key from OpenAI, DeepSeek, or any OpenAI-compatible LLM provider
  • Node.js 18+ if self-hosting or running MCP servers locally
  • An MCP server to connect to (optional, for extended tool capabilities)
1

Access Daan or self-host

Use the hosted demo at demo.daan.one for immediate access, or clone the repository to self-host.

git clone https://github.com/pluveto/daan.git
cd daan
npm install
npm run dev
2

Configure your LLM API key

Open Settings in the Daan UI and enter your OpenAI or compatible API key. The key is stored securely in the browser and never sent to Daan servers.

3

Select your model

In Settings, choose a model from the GPT series or configure a custom API endpoint for DeepSeek, Ollama, or other OpenAI-compatible providers.

4

Create a character (persona)

Use the Characters feature to define reusable chat personas with custom names and system prompts. Characters persist across sessions.

5

Connect an MCP server

In the MCP settings panel, add the URL or command of an MCP server. Daan will discover available tools and inject them into conversations automatically.

Daan Examples

Client configuration

Daan is configured through its UI, but when using it as an MCP client connecting to another MCP server, the server config follows standard MCP JSON format.

{
  "mcpServers": {
    "daan": {
      "command": "npx",
      "args": ["daan"]
    }
  }
}

Prompts to try

Example use cases for the Daan LLM client with MCP and character support.

- "Act as the 'Code Reviewer' character and review this pull request"
- "Switch to the DeepSeek model and summarize this document"
- "Use the connected MCP server to search my notes for project requirements"
- "Create a new character called 'SQL Expert' with expertise in PostgreSQL optimization"
- "List all tools available from the connected MCP server"

Troubleshooting Daan

API key is not being accepted or all requests return authentication errors

Ensure the API key is entered in Settings without leading/trailing spaces. For non-OpenAI providers, verify the custom base URL is set correctly (e.g., https://api.deepseek.com/v1 for DeepSeek).

MCP server tools are not appearing in conversations

Confirm the MCP server is running and accessible at the configured URL or command. Check the browser console for connection errors. Restart the Daan session after adding a new MCP server.

Self-hosted Daan does not start after npm install

Ensure Node.js 18+ is installed (node --version). Delete node_modules and package-lock.json, then re-run npm install. Check for port conflicts if the dev server fails to bind.

Frequently Asked Questions about Daan

What is Daan?

Daan is a Model Context Protocol (MCP) server that ✨lightweight llm client with mcp 🔌 & characters 👤 It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Daan?

Follow the installation instructions on the Daan GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with Daan?

Daan works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Daan free to use?

Yes, Daan is open source and available under the AGPL-3.0 license. You can use it freely in both personal and commercial projects.

Browse More Coding Agents MCP Servers

Explore all coding agents servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "daan": { "command": "npx", "args": ["-y", "daan"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Daan?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides