Skip to main content
Glama
pyproject.toml•1.82 kB
[build-system] requires = ["setuptools>=61.0", "wheel"] build-backend = "setuptools.build_meta" [project] name = "ticktick-mcp-server" version = "0.1.0" description = "Model Context Protocol server for TickTick task management" readme = "MCP_README.md" requires-python = ">=3.8" license = {text = "MIT"} authors = [ {name = "Kevin Badinger", email = "your.email@example.com"} ] keywords = ["ticktick", "mcp", "model-context-protocol", "claude", "task-management", "productivity"] classifiers = [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Topic :: Office/Business :: Scheduling", "Topic :: Software Development :: Libraries :: Python Modules", ] dependencies = [ "requests>=2.31.0", "python-dotenv>=1.0.0", "mcp[cli]>=1.0.0", ] [project.optional-dependencies] dev = [ "pytest>=7.0.0", "black>=23.0.0", "mypy>=1.0.0", ] [project.urls] Homepage = "https://github.com/yourusername/ticktick-mcp-server" Documentation = "https://github.com/yourusername/ticktick-mcp-server#readme" Repository = "https://github.com/yourusername/ticktick-mcp-server" Issues = "https://github.com/yourusername/ticktick-mcp-server/issues" [project.scripts] ticktick-mcp = "ticktick_mcp_server:mcp.run" [tool.setuptools] py-modules = ["ticktick_mcp_server", "ticktick_rest_api"] [tool.black] line-length = 100 target-version = ['py38'] [tool.mypy] python_version = "3.8" warn_return_any = true warn_unused_configs = true disallow_untyped_defs = false

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/kbadinger/ticktickmcp'

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