Wiswa
FreeNot checkedFastMCP server exposing Wiswa settings discovery to AI assistants such as Claude Code, Cursor, and GitHub Copilot.
About
FastMCP server exposing Wiswa settings discovery to AI assistants such as Claude Code, Cursor, and GitHub Copilot.
README
Python versions PyPI - Version GitHub tag (with filter) License GitHub commits since latest release (by SemVer including pre-releases) CodeQL QA Tests Coverage Status Dependabot Documentation Status mypy uv pytest Ruff Downloads Stargazers pre-commit Prettier
@Tatsh Buy Me A Coffee Libera.Chat Mastodon Follow Patreon
FastMCP server exposing Wiswa settings discovery to AI assistants such as Claude Code, Cursor, and GitHub Copilot.
Installation
pipx install wiswa-mcp
Usage
wiswa-mcp
The server publishes the following MCP tools:
get_defaults— return resolved default settings, optionally narrowed to a dot-separated key path.lookup_setting— return a single setting's default value plus a ready-to-paste.wiswa.jsonnetoverride snippet.list_settings— enumerate the keys available at a given path and depth.search_settings— substring search across fully-qualified setting key paths.
Claude Code
claude mcp add wiswa-mcp -- wiswa-mcp
Cursor
Add to .cursor/mcp.json:
{
"mcpServers": {
"wiswa-mcp": {
"command": "wiswa-mcp"
}
}
}
GitHub Copilot CLI
Add to .github/copilot/mcp.json:
{
"mcpServers": {
"wiswa-mcp": {
"command": "wiswa-mcp"
}
}
}
Install Wiswa in Claude Desktop, Claude Code & Cursor
unyly install wiswa-mcpInstalls into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.
First time? Get the CLI: curl -fsSL https://unyly.org/install | sh
Or configure manually
Run in your terminal:
claude mcp add wiswa-mcp -- uvx wiswa-mcpFAQ
Is Wiswa MCP free?
Yes, Wiswa MCP is free — one-click install via Unyly at no cost.
Does Wiswa need an API key?
No, Wiswa runs without API keys or environment variables.
Is Wiswa hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Wiswa in Claude Desktop, Claude Code or Cursor?
Open Wiswa on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare Wiswa with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
