Skip to content

Commit f4124f5

Browse files
committed
create claude code marketplace
1 parent 5d2f4a9 commit f4124f5

3 files changed

Lines changed: 26 additions & 2 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"name": "pipecat-mcp-server",
3+
"owner": {
4+
"name": "Pipecat"
5+
},
6+
"plugins": [
7+
{
8+
"name": "pipecat",
9+
"description": "Give your AI agent a voice using Pipecat",
10+
"source": "./",
11+
"version": "0.0.12",
12+
"skills": [
13+
"./skills/talk"
14+
]
15+
}
16+
]
17+
}

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,14 @@ For hands-free voice conversations, you will need to auto-approve tool permissio
6868
6969
## Installing the Pipecat skill (recommended)
7070

71-
The [Pipecat skill](.claude/skills/pipecat/SKILL.md) provides a better voice conversation experience. It asks for verbal confirmation before making changes to files, adding a layer of safety when using broad permissions.
71+
The [Pipecat skill](skills/pipecat/SKILL.md) provides a better voice conversation experience. It asks for verbal confirmation before making changes to files, adding a layer of safety when using broad permissions.
72+
73+
If you're using [Claude Code](https://docs.anthropic.com/en/docs/agents-and-tools/claude-code/overview), you can install Pipecat as a plugin:
74+
75+
```bash
76+
claude plugin marketplace add pipecat-ai/pipecat-mcp-server
77+
claude plugin install pipecat-mcp-server@pipecat
78+
```
7279

7380
Alternatively, just tell your agent something like `Let's have a voice conversation`. In this case, the agent won't ask for verbal confirmation before making changes.
7481

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: pipecat
2+
name: talk
33
description: Start a voice conversation using the Pipecat MCP server
44
---
55

0 commit comments

Comments
 (0)