{"id":22841370,"url":"https://github.com/daodao97/chatmcp","last_synced_at":"2025-05-14T20:02:33.577Z","repository":{"id":267088824,"uuid":"900207021","full_name":"daodao97/chatmcp","owner":"daodao97","description":"ChatMCP is an AI chat client implementing the Model Context Protocol (MCP).","archived":false,"fork":false,"pushed_at":"2025-04-02T03:56:51.000Z","size":14937,"stargazers_count":1130,"open_issues_count":22,"forks_count":85,"subscribers_count":15,"default_branch":"main","last_synced_at":"2025-04-03T17:08:48.477Z","etag":null,"topics":["ai","chat","client","mcp","mcp-client"],"latest_commit_sha":null,"homepage":"","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/daodao97.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-12-08T06:36:35.000Z","updated_at":"2025-04-03T15:41:31.000Z","dependencies_parsed_at":"2025-01-06T04:22:44.296Z","dependency_job_id":"acc608b1-d2ba-4bd0-bcc3-856123e8d641","html_url":"https://github.com/daodao97/chatmcp","commit_stats":null,"previous_names":["daodao97/chatmcp"],"tags_count":21,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daodao97%2Fchatmcp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daodao97%2Fchatmcp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daodao97%2Fchatmcp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daodao97%2Fchatmcp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/daodao97","download_url":"https://codeload.github.com/daodao97/chatmcp/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248353898,"owners_count":21089718,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","chat","client","mcp","mcp-client"],"created_at":"2024-12-13T01:16:02.538Z","updated_at":"2025-04-11T06:28:07.525Z","avatar_url":"https://github.com/daodao97.png","language":"Dart","funding_links":[],"categories":["Dart","📚 Projects (1974 total)","🤖 AI/ML","MCP Clients"],"sub_categories":["MCP Servers","🧪 Development \u0026 Testing Tools","Desktop \u0026 Mobile Clients"],"readme":"\u003cdiv align=\"center\"\u003e\n\u003cimg src=\"./macos/Runner/Assets.xcassets/AppIcon.appiconset/icon_128@1x.png\" alt=\"logo\"\u003e\n\u003ch1\u003echatmcp\u003c/h1\u003e\n\nCross-platform `Macos | Windows | Linux | iOS | Android` AI Chat Client\n\n[English](./README.md) | [简体中文](./README_ZH.md)\n\n\u003c/div\u003e\n\n## Install\n\nDesktop: MacOS | Windows | Linux [Release](https://github.com/daodao97/chatmcp/releases)\n\n  Note: On Linux you need to install libsqlite3-0 libsqlite3-dev, as this dependency needs it https://pub.dev/packages/sqflite_common_ffi\n\n  ```bash\n  sudo apt-get install libsqlite3-0 libsqlite3-dev\n  ```\n\nIOS: [TestFlight](https://testflight.apple.com/join/dCXksFJV)\n\nAndroid: [Release](https://github.com/daodao97/chatmcp/releases)\n\n## Preview\n\n### Deep Think\n![preview](./assets/preview/think.png)\n\n### Artifact generation and review\n![preview](./assets/preview/artifact.png)\n\n### Dalle Gen Image\n![preview](./assets/preview/gen_img.png)\n\n### HTML Code Preview\n![preview](./assets/preview/html.png)\n\n### MCP Fetch Url\n![preview](./assets/preview/mcp_fetch.png)\n\n### Mermaid Diagram\n![preview](./assets/preview/mermaid.png)\n\n### Web Search\n![preview](./assets/preview/web_search.png)\n\n## Usage\n\nMake sure you have installed `uvx` or `npx` in your system\n\n```bash\n# uvx\nbrew install uv\n\n# npx\nbrew install node \n```\n\n1. Configure Your LLM API Key and Endpoint in `Setting` Page\n2. Install MCP Server from `MCP Server` Page\n3. Chat with MCP Server\n\n## Debug \n\n- logs \n\n`~/Library/Application Support/run.daodao.chatmcp/logs`\n\n- data\n\n`~/Library/Application Support/ChatMcp`\n\n\nreset app can use this command\n\n```bash\nrm -rf ~/Library/Application\\ Support/run.daodao.chatmcp\nrm -rf ~/Library/Application\\ Support/ChatMcp\n```\n\n## Development\n\n```bash\nflutter pub get\nflutter run -d macos\n```\n\ndownload [test.db](./assets/test.db) to test sqlite mcp server\n\n![](./assets/test.png)\n\n`~/Library/Application Support/ChatMcp/mcp_server.json` is the configuration file for the mcp server\n\n## Features\n\n- [x] Chat with MCP Server\n- [ ] MCP Server Market\n- [ ] Auto install MCP Server\n- [x] SSE MCP Transport Support\n- [x] Auto Choose MCP Server\n- [x] Chat History\n- [x] OpenAI LLM Model\n- [x] Claude LLM Model\n- [x] OLLama LLM Model\n- [x] DeepSeek LLM Model\n- [ ] RAG \n- [ ] Better UI Design\n- [x] Dark/Light Theme\n\nAll features are welcome to submit, you can submit your ideas or bugs in [Issues](https://github.com/daodao97/chatmcp/issues)\n\n## MCP Server Market\n\nYou can install MCP Server from MCP Server Market, MCP Server Market is a collection of MCP Server, you can use it to chat with different data.\n\nYour feedback helps us improve chatmcp and helps other users make informed decisions.\n\n## Thanks\n\n- [MCP](https://modelcontextprotocol.io/introduction)\n- [mcp-cli](https://github.com/chrishayuk/mcp-cli)\n\n## License\n\nThis project is licensed under the [Apache License 2.0](./LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaodao97%2Fchatmcp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdaodao97%2Fchatmcp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaodao97%2Fchatmcp/lists"}