Content
# mcp-anki-server
for go version, see https://github.com/cdpath/anki-mcp
## prerequisite
- [Anki Desktop](https://apps.ankiweb.net/)
- [Anki Connect](https://ankiweb.net/shared/info/2055492159)
- [uv](https://docs.astral.sh/uv/getting-started/installation/)
## usage
### cursor
update `.mcp.json` to add the following:
```
{
"mcpServers": {
"anki": {
"command": "uvx",
"args": ["mcp-server-anki"],
"env": {},
"disabled": false,
"autoApprove": []
}
}
}
```
### chatwise
Go to Settings -> Tools -> Add and use the following config:
```
Type: stdio
ID: Anki
Command: uvx mcp-server-anki
```
## local development
```
uv --directory $HOME/Developer/mcp-server-anki/src/mcp_server_anki run server.py
```
Connection Info
You Might Also Like
awesome-mcp-servers
A collection of MCP servers.
git
A Model Context Protocol server for Git automation and interaction.
Appwrite
Build like a team of hundreds
figma-mcp-server
Figma MCP Server enables AI Agents to modify Figma documents seamlessly.
IDA-MCP
IDA-MCP enables multiple IDA instances to coordinate via a FastMCP server.
IDA-MCP
IDA-MCP enables multiple IDA instances to coordinate seamlessly via FastMCP.