.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/kochava-studios/witsy
home/mcp-servers/kochava-studios/witsy
kochava-studios avatar

witsy

bykochava-studios· 1 MCP server

Installs

41

Stars

2.0k

Forks

166

Category

AI Agents & MCP

View on GitHub

TL;DR

</div>

How to install witsy?

kochava-studios/witsy
$git clone https://github.com/kochava-studios/witsy

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install witsy by running `git clone https://github.com/kochava-studios/witsy`, then use it for the current task and follow its documentation at https://github.com/kochava-studios/witsy.

Files · 1

View on GitHub
README.md
1<div align="center">
2 
3 <img src="assets/icon.png" width="128" alt="Witsy Logo">
4 <div><b>Witsy</b></div>
5 <div>Desktop AI Assistant<br/>Universal MCP Client</div>
6 
7</div>
8 
9<p></p>
10<div align="center">
11 
12<!-- [![Version Badge](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/Kochava-Studios/8febadb1ecb32078db4c003d0c09f565/raw/version.json)](https://github.com/Kochava-Studios/witsy/releases) -->
13[![Downloads Badge](https://img.shields.io/github/downloads/Kochava-Studios/witsy/total.svg?color=orange)](https://tooomm.github.io/github-release-stats/?username=Kochava-Studios&repository=witsy)
14[![Test Badge](https://github.com/Kochava-Studios/witsy/actions/workflows/test.yml/badge.svg)](https://github.com/Kochava-Studios/witsy/blob/main/.github/workflows/test.yml)
15<!-- [![Coverage Badge](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/Kochava-Studios/8febadb1ecb32078db4c003d0c09f565/raw/witsy__main.json)](https://gist.github.com/Kochava-Studios/fee06adf8df838e499209254e61da7f6) -->
16 
17</div>
18 
19## Downloads
20 
21Download Witsy from the [releases](https://github.com/Kochava-Studios/witsy/releases) page.
22 
23On macOS you can also `brew install --cask witsy`.
24 
25 
26## What is Witsy?
27 
28Witsy is a BYOK (Bring Your Own Keys) AI application: it means you need to have API keys for the LLM providers you want to use. Alternatively,
29you can use [Ollama](https://ollama.com) to run models locally on your machine for free and use them in Witsy.
30 
31It is the first of very few (only?) universal MCP clients:<br/>***Witsy allows you to run MCP servers with virtually any LLM!***
32 
33## Supported AI Providers
34 
35| Capability | Providers |
36|------------|-----------|
37| **Chat** | OpenAI, Anthropic, Google (Gemini), xAI (Grok), Meta (Llama), Ollama, LM Studio, MistralAI, DeepSeek, OpenRouter, Groq, Cerebras, Azure OpenAI, any provider who supports the OpenAI API standard (together.ai for instance)|
38| **Image Creation** | OpenAI, Google, xAI, Replicate, fal.ai, HuggingFace, Stable Diffusion WebUI |
39| **Video Creation** | OpenAI, Google, Replicate, fal.ai |
40| **Text-to-Speech** | OpenAI, ElevenLabs, Groq, fal.ai |
41| **Speech-to-Text** | OpenAI (Whisper), fal.ai, Fireworks.ai, Gladia, Groq, nVidia, Speechmatics, Local Whisper, Soniox (realtime and async) any provider who supports the OpenAI API standard |
42| **Search Engines** | Perplexity, Tavily, Brave, Exa, Local Google Search |
43| **MCP Repositories** | Smithery.ai
44| **Embeddings** | OpenAI, Ollama |
45 
46Non-exhaustive feature list:
47- Chat completion with vision models support (describe an image)
48- Text-to-image and text-to video
49- Image-to-image (image editing) and image-to-video
50- LLM plugins to augment LLM: execute python code, search the Internet...
51- Anthropic MCP server support
52- Scratchpad to interactively create the best content with any model!
53- Prompt anywhere allows to generate content directly in any application
54- AI commands runnable on highlighted text in almost any application
55- Experts prompts to specialize your bot on a specific topic
56- Long-term memory plugin to increase relevance of LLM answers
57- Read aloud of assistant messages
58- Read aloud of any text in other applications
59- Chat with your local files and documents (RAG)
60- Transcription/Dictation (Speech-to-Text)
61- Realtime Chat aka Voice Mode
62- Anthropic Computer Use support
63- Local history of conversations (with automatic titles)
64- Formatting and copy to clipboard of generated code
65- Conversation PDF export
66- Image copy and download
67 
68<p align="center">
69 <img src="doc/main1.jpg" height="250" />&nbsp;&nbsp;
70 <img src="doc/main2.jpg" height="250" />&nbsp;&nbsp;
71 <img src="doc/studio.jpg" height="250" />
72</p>
73 
74## Setup
75 
76You can download a binary from from the [releases](https://github.com/Kochava-Studios/witsy/releases) page or build yourself:
77 
78```
79npm ci
80npm start
81```
82 
83## Prerequisites
84 
85To use OpenAI, Anthropic, Google or Mistral AI models, you need to enter your API key:
86- [OpenAI](https://platform.openai.com/

Preview

kochava-studios/witsykochava-studios/witsy
Repokochava-studios/witsy
TypeMCP Servers
CategoryAI Agents & MCP
UpdatedApr 2026
LicenseAGPL-3.0
First seenJul 27, 2026

Tags

MCPanthropicdeepseek

Related

6 picks
Type
  1. langchain-ai avatarlangchain-mcp-adaptersMake Anthropic Model Context Protocol (MCP) tools compatible with LangChain and LangGraph agents.MCP ServersJul 20267.0M3.6k
  2. openclaw avatarmcporterTypeScript runtime and CLI for connecting to configured Model Context Protocol servers.MCP ServersJul 20262.5M4.8k
  3. sparfenyuk avatarmcp-proxyA MCP server which proxies requests to a remote MCP server over streamable HTTP or SSE.MCP ServersJul 20262.2M2.7k
  4. sooperset avatarmcp-atlassianThe Model Context Protocol (MCP) Atlassian integration is an open-source implementation that bridges Atlassian products (Jira and Confluence) with AI language models following Anthropic's MCP specification.MCP ServersJul 20261.7M5.6k
  5. open-webui avataropen-webuiOpen WebUIMCP ServersJul 20261.4M147k
  6. dyoshikawa avatarrulesyncUnified AI rules management CLI tool that generates configuration files for various AI development toolsMCP ServersJul 2026889k1.3k