Skip to main content
Glama

iFlytek Workflow MCP Server

by hygao1024
pyproject.toml618 B
[project] name = "ifly-workflow-mcp-server" version = "1.0.0" description = "This a simple implementation of an MCP server using iFlytek. It enables calling iFlytek workflows through MCP tools." readme = "README.md" requires-python = ">=3.11" dependencies = [ "httpx==0.28.1", "mcp==1.5.0", "pip==25.0.1", "pytest==8.3.5", "python-dotenv==1.0.1", "requests==2.32.3", "pyyaml==6.0.2" ] [build-system] requires = ["hatchling", ] build-backend = "hatchling.build" [project.scripts] ifly_workflow_mcp_server = "mcp_server:main" [tool.hatch.build.targets.wheel] packages = ["src/mcp_server"]

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/hygao1024/xingchen-mcp-server'

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