Skip to main content
Glama

MyFitnessPal MCP Server

setup.py897 B
import multiprocessing # noqa from setuptools import setup requirements = [] with open("requirements.txt") as in_: requirements = in_.readlines() setup( name="myfitnesspal", version="2.1.2", url="http://github.com/coddingtonbear/python-myfitnesspal/", description="Access health and fitness data stored in Myfitnesspal", author="Adam Coddington", author_email="me@adamcoddington.net", classifiers=[ "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Utilities", ], packages=["myfitnesspal"], install_requires=requirements, test_suite="nose.collector", tests_require=[ "nose", "mock", ], entry_points={"console_scripts": ["myfitnesspal = myfitnesspal.cmdline:main"]}, )

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/ai-mcp-garage/mcp-myfitnesspal'

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