Back to MCP directory
publicPublicdnsLocal runtime

MCP-Turkish-Sentiment-analysis

一个基于Gradio的土耳其语情感分析项目

article

README

🚀 Gradio项目

本项目借助gradio实现特定功能,通过命令调用相关服务,还能查看对应的Hugging Face Space。

🚀 快速开始

运行命令

使用以下命令启动项目:

npx mcp-remote https://emredeveloper-mcp-turkish-sentiment.hf.space/gradio_api/mcp/sse

查看项目空间

点击下面的链接查看Hugging Face Space: Hugging Face Space

help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client