Skip to content

Commit c5cd9d6

Browse files
authored
Merge pull request modelcontextprotocol#202 from evalstate/client/fast-agent
add fast-agent to clients list
2 parents bf39a8e + 53ef272 commit c5cd9d6

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

clients.mdx

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ This page provides an overview of applications that support the Model Context Pr
1616
| [Continue][Continue] |||||| Full support for all MCP features |
1717
| [Cursor][Cursor] |||||| Supports tools. |
1818
| [Emacs Mcp][Mcp.el] |||||| Supports tools in Emacs. |
19+
| [fast-agent][fast-agent] |||||| Full multimodal MCP support, with end-to-end tests |
1920
| [Firebase Genkit][Genkit] | ⚠️ ||||| Supports resource list and lookup through tools. |
2021
| [GenAIScript][GenAIScript] |||||| Supports tools. |
2122
| [Goose][Goose] |||||| Supports tools. |
@@ -48,6 +49,7 @@ This page provides an overview of applications that support the Model Context Pr
4849
[5ire]: https://github.com/nanbingxyz/5ire
4950
[Apify MCP Tester]: https://apify.com/jiri.spilka/tester-mcp-client
5051
[BeeAI Framework]: https://i-am-bee.github.io/beeai-framework
52+
[fast-agent]: https://github.com/evalstate/fast-agent
5153
[mcp-agent]: https://github.com/lastmile-ai/mcp-agent
5254
[Mcp.el]: https://github.com/lizqwerscott/mcp.el
5355
[Roo Code]: https://roocode.com
@@ -125,6 +127,15 @@ The Claude desktop application provides comprehensive support for MCP, enabling
125127
**Key features:**
126128
- Provides MCP tool support for Emacs.
127129

130+
### fast-agent
131+
[fast-agent](https://github.com/evalstate/fast-agent) is a Python Agent framework, with simple declarative support for creating Agents and Workflows, with full multi-modal support for Anthropic and OpenAI models.
132+
133+
**Key features:**
134+
- PDF and Image support, based on MCP Native types
135+
- Interactive front-end to develop and diagnose Agent applications, including passthrough and playback simulators
136+
- Built in support for "Building Effective Agents" workflows.
137+
- Deploy Agents as MCP Servers
138+
128139
### Firebase Genkit
129140
[Genkit](https://github.com/firebase/genkit) is Firebase's SDK for building and integrating GenAI features into applications. The [genkitx-mcp](https://github.com/firebase/genkit/tree/main/js/plugins/mcp) plugin enables consuming MCP servers as a client or creating MCP servers from Genkit tools and prompts.
130141

0 commit comments

Comments
 (0)