# mcp-anki-server
## 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
```
Raw data
{
"_id": null,
"home_page": null,
"name": "mcp-server-anki",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.10",
"maintainer_email": null,
"keywords": "anki, ankiconnect, mcp",
"author": null,
"author_email": "cdpath <cdpath@outlook.com>",
"download_url": "https://files.pythonhosted.org/packages/11/7a/72f86ea407139ce93b38a43afa26358dd28e329d64d766093093d9be913b/mcp_server_anki-0.2.0.tar.gz",
"platform": null,
"description": "# mcp-anki-server\n\n## prerequisite\n\n- [Anki Desktop](https://apps.ankiweb.net/)\n- [Anki Connect](https://ankiweb.net/shared/info/2055492159)\n- [uv](https://docs.astral.sh/uv/getting-started/installation/)\n\n\n## usage\n\n\n### cursor\n\nupdate `.mcp.json` to add the following:\n\n```\n{\n \"mcpServers\": {\n \"anki\": {\n \"command\": \"uvx\",\n \"args\": [\"mcp-server-anki\"],\n \"env\": {},\n \"disabled\": false,\n \"autoApprove\": []\n }\n }\n}\n```\n\n### chatwise\n\nGo to Settings -> Tools -> Add and use the following config:\n\n```\nType: stdio\nID: Anki\nCommand: uvx mcp-server-anki\n```\n\n\n## local development\n\n```\nuv --directory $HOME/Developer/mcp-server-anki/src/mcp_server_anki run server.py\n```",
"bugtrack_url": null,
"license": null,
"summary": "MCP Server for Anki via AnkiConnect",
"version": "0.2.0",
"project_urls": {
"Homepage": "https://github.com/cdpath/mcp-server-anki",
"Issues": "https://github.com/cdpath/mcp-server-anki/issues",
"Repository": "https://github.com/cdpath/mcp-server-anki.git"
},
"split_keywords": [
"anki",
" ankiconnect",
" mcp"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "699fca723f9bf46c1de142752deb5c215754573214b8329e78b3007189d66e06",
"md5": "2a9075b0e2704064c76bfa325bfca7a3",
"sha256": "59c84a998f2e8dec20d543bd4d41d6e568dfd6cced3e23d2d8d55fb3089513c1"
},
"downloads": -1,
"filename": "mcp_server_anki-0.2.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "2a9075b0e2704064c76bfa325bfca7a3",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.10",
"size": 6848,
"upload_time": "2025-07-15T10:17:57",
"upload_time_iso_8601": "2025-07-15T10:17:57.464098Z",
"url": "https://files.pythonhosted.org/packages/69/9f/ca723f9bf46c1de142752deb5c215754573214b8329e78b3007189d66e06/mcp_server_anki-0.2.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "117a72f86ea407139ce93b38a43afa26358dd28e329d64d766093093d9be913b",
"md5": "9d11945a86dbe49835751e569655c015",
"sha256": "89d50f7eb170575467d533e51a7d118b0017699d32a95ce9c86839676a65260c"
},
"downloads": -1,
"filename": "mcp_server_anki-0.2.0.tar.gz",
"has_sig": false,
"md5_digest": "9d11945a86dbe49835751e569655c015",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.10",
"size": 78349,
"upload_time": "2025-07-15T10:17:58",
"upload_time_iso_8601": "2025-07-15T10:17:58.644558Z",
"url": "https://files.pythonhosted.org/packages/11/7a/72f86ea407139ce93b38a43afa26358dd28e329d64d766093093d9be913b/mcp_server_anki-0.2.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-07-15 10:17:58",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "cdpath",
"github_project": "mcp-server-anki",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [
{
"name": "aiohappyeyeballs",
"specs": [
[
"==",
"2.6.1"
]
]
},
{
"name": "aiohttp",
"specs": [
[
"==",
"3.11.16"
]
]
},
{
"name": "aiosignal",
"specs": [
[
"==",
"1.3.2"
]
]
},
{
"name": "annotated-types",
"specs": [
[
"==",
"0.7.0"
]
]
},
{
"name": "anyio",
"specs": [
[
"==",
"4.9.0"
]
]
},
{
"name": "attrs",
"specs": [
[
"==",
"25.3.0"
]
]
},
{
"name": "certifi",
"specs": [
[
"==",
"2025.1.31"
]
]
},
{
"name": "click",
"specs": [
[
"==",
"8.1.8"
]
]
},
{
"name": "frozenlist",
"specs": [
[
"==",
"1.5.0"
]
]
},
{
"name": "h11",
"specs": [
[
"==",
"0.14.0"
]
]
},
{
"name": "httpcore",
"specs": [
[
"==",
"1.0.7"
]
]
},
{
"name": "httpx",
"specs": [
[
"==",
"0.28.1"
]
]
},
{
"name": "httpx-sse",
"specs": [
[
"==",
"0.4.0"
]
]
},
{
"name": "idna",
"specs": [
[
"==",
"3.10"
]
]
},
{
"name": "mcp",
"specs": [
[
"==",
"1.6.0"
]
]
},
{
"name": "multidict",
"specs": [
[
"==",
"6.2.0"
]
]
},
{
"name": "propcache",
"specs": [
[
"==",
"0.3.1"
]
]
},
{
"name": "pydantic",
"specs": [
[
"==",
"2.11.3"
]
]
},
{
"name": "pydantic-core",
"specs": [
[
"==",
"2.33.1"
]
]
},
{
"name": "pydantic-settings",
"specs": [
[
"==",
"2.8.1"
]
]
},
{
"name": "python-dotenv",
"specs": [
[
"==",
"1.1.0"
]
]
},
{
"name": "sniffio",
"specs": [
[
"==",
"1.3.1"
]
]
},
{
"name": "sse-starlette",
"specs": [
[
"==",
"2.2.1"
]
]
},
{
"name": "starlette",
"specs": [
[
"==",
"0.46.1"
]
]
},
{
"name": "typing-extensions",
"specs": [
[
"==",
"4.13.1"
]
]
},
{
"name": "typing-inspection",
"specs": [
[
"==",
"0.4.0"
]
]
},
{
"name": "uvicorn",
"specs": [
[
"==",
"0.34.0"
]
]
},
{
"name": "yarl",
"specs": [
[
"==",
"1.19.0"
]
]
}
],
"lcname": "mcp-server-anki"
}