Skip to main content
Glama

Mureka MCP Server

by SkyworkAI
setup.py663 B
from setuptools import setup, find_packages setup( name='mureka-mcp', version='0.0.13', packages=find_packages(exclude=["test_api.py"]), include_package_data=True, entry_points={ 'console_scripts': [ 'mureka-mcp = mureka_mcp.api:main', ], }, author='wei.zhang', author_email='zhangwei@singularity-ai.com', description='The mcp server of Mureka.ai', keywords='aigc ai generate music song instrumental mureka mcp', url='https://github.com/SkyworkAI/Mureka-mcp', python_requires='>=3.10', long_description=open('README.md').read(), long_description_content_type='text/markdown', )

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/SkyworkAI/Mureka-mcp'

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