# Generate a runnable MCP server from plain English

**Use case:** 

Describe your tool in plain English and get a complete, runnable MCP server in seconds — no coding. Works with Claude Desktop and Cursor. 3 free runs.

## Input

```json
{
  "skillText": "# webpage-reader\n\nRead a web page from a URL and return the title, meta description,\nvisible text, and the first 10 internal links.\n\nInput: url (string, required), max_links (integer, default 10)\n",
  "model": "deepseek-v4-flash",
  "transport": "stdio",
  "withExampleImpl": false
}
```

## Output

```json
{
  "tool_name": {
    "label": "Tool Name",
    "format": "string"
  },
  "free_trial": {
    "label": "Free Trial",
    "format": "object"
  }
}
```

## About this Actor

This example demonstrates how to use [skill-to-mcp - Model Context Protocol Server Generator](https://apify.com/opportunity-biz/skill-to-mcp) with a specific input configuration. Visit the [Actor detail page](https://apify.com/opportunity-biz/skill-to-mcp) to learn more, explore other use cases, and run it yourself.