@smthomas3: almost every company I talk to is building an mcp server if they have multiple eng teams this checks out
Summary
According to @smthomas3, most companies with multiple engineering teams are building MCP servers, referencing a HN discussion on whether MCP is dead and input from OpenAI's @mxstbr.
View Cached Full Text
Cached at: 05/31/26, 11:06 AM
almost every company I talk to is building an mcp server if they have multiple eng teams
this checks out
Dave Yen (@davecyen): Good thread on HN this morning on whether MCP is dead.
Here’s the view from @mxstbr who leads this at OpenAI
Similar Articles
How are you handling cross-client communication between MCP agents?
A developer discusses the challenge of coordinating multiple MCP-speaking AI agents (like Claude Code and Cursor) working on the same project, sharing their self-built open-source solution using a shared 'room' model inspired by IRC, and asking the community for patterns and opinions.
@akshay_pachaar: The MCP vs CLI debate. For most of 2025, AI Engineers argued about it. The skeptics had real numbers: - Playwright MCP …
Anthropic's 'Code Mode' reframes the MCP vs CLI debate by having AI agents write code to call tools via a runtime rather than loading full schemas into context, drastically reducing token usage. This approach combines MCP's typed contracts with lazy loading, proving the protocol is evolving rather than dying.
@exploraX_: this github repo contains 50 of the most essential MCP servers that give your AI agents superpowers. > works with claud…
A GitHub repository curating 50 essential MCP servers for AI agents, compatible with Claude, Gemini, Codex, etc., covering categories like dev, databases, ops, productivity, fintech, and more.
Is MCP actually reducing integration work for agents?
The article explores whether the Model Context Protocol (MCP) effectively reduces integration work for AI agents by standardizing agent-tool communication, comparing native MCP integration in Evose to manual wiring in other stacks like LangGraph and CrewAI.
Built an MCP server for multi-channel content publishing - idempotent by design, with Reddit pre-flight checks before any API call
A new MCP server for multi-channel content publishing ensures idempotent operations with pre-flight checks for Reddit, enabling reliable agent-driven publishing across 8 platforms.