cloudflare / cloudflare/mcp

[Connection guide] Claude Code

Open
#39 5 comments 1 reaction 0 assignees View on GitHub
enhancement good first issue
Dominant language
TypeScript
Stars
833
Forks
116
Avg merge
7h 19m
Merged PRs (30d)
3

Description

### Problem

For me adding mcp servers to claude code using the `.mcp.json` file - i needed to add `"type": "http"` to the installation to get it to start.

Final working contents of `.mcp.json`:

```json
{
"mcpServers": {
"cloudflare-api": {
"type": "http",
"url": "https://mcp.cloudflare.com/mcp"
}
}
}
```

### Proposed Solution

it would be helpful if this information was added to README

### Alternatives Considered

_No response_

### Additional Context

_No response_

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.