Skip to main content
Glama

YNAB MCP Server

by ntdef
pyproject.toml697 B
[build-system] requires = ["hatchling"] build-backend = "hatchling.build" [project] name = "ynab-mcp" version = "0.1.0" description = "A Model Context Protocol server for interacting with YNAB" readme = "README.md" requires-python = ">=3.13" license = {text = "MIT"} dependencies = [ "fastmcp>=0.2.0", "pydantic>=2.0.0", "python-dotenv>=1.0.0", "httpx>=0.26.0", ] [project.scripts] ynab-mcp = "ynab_mcp.server:main" [tool.black] line-length = 88 target-version = ["py312"] [tool.isort] profile = "black" src_paths = ["src", "tests"] [dependency-groups] dev = [ "black>=25.1.0", "isort>=6.0.1", "pytest>=8.3.5", "pytest-asyncio>=0.26.0", "respx>=0.22.0", ]

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ntdef/ynab-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server