Package: mcptools Title: Model Context Protocol Servers and Clients Version: 1.0.0.9000 Authors@R: c( person("Simon", "Couch", , "simon.couch@posit.co", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-5676-5107")), person("Winston", "Chang", , "winston@posit.co", role = "aut", comment = c(ORCID = "0000-0002-1576-2126")), person("Charlie", "Gao", , "charlie.gao@posit.co", role = "aut", comment = c(ORCID = "0000-0002-0750-061X")), person("Posit Software, PBC", role = c("cph", "fnd"), comment = c(ROR = "03wc8by49")) ) Description: Implements the Model Context Protocol (MCP). Users can start 'R'-based servers, serving functions as tools for large language models to call before responding to the user in MCP-compatible apps like 'Claude Desktop' and 'Claude Code', with options to run those tools inside of interactive 'R' sessions. On the other end, when 'R' is the client via the 'ellmer' package, users can register tools from third-party MCP servers to integrate additional context into chats. License: MIT + file LICENSE URL: https://github.com/posit-dev/mcptools, https://posit-dev.github.io/mcptools/ BugReports: https://github.com/posit-dev/mcptools/issues Depends: R (>= 4.1.0) Imports: cli, ellmer (>= 0.3.0), httpuv, httr2 (>= 1.2.3), jsonlite, nanonext (>= 1.6.0), openssl, processx, promises, rlang, yaml Suggests: callr, knitr, rmarkdown, testthat (>= 3.0.0), withr VignetteBuilder: knitr Config/Needs/website: tidyverse/tidytemplate Config/testthat/edition: 3 Encoding: UTF-8 Roxygen: list(markdown = TRUE) Config/roxygen2/version: 8.0.0 Config/pak/sysreqs: make libssl-dev zlib1g-dev Repository: https://posit-dev.r-universe.dev Date/Publication: 2026-07-13 15:39:14 UTC RemoteUrl: https://github.com/posit-dev/mcptools RemoteRef: HEAD RemoteSha: 472df39b36151a58445c008c206237e34b3e474b NeedsCompilation: no Packaged: 2026-07-13 16:21:30 UTC; root Author: Simon Couch [aut, cre] (ORCID: ), Winston Chang [aut] (ORCID: ), Charlie Gao [aut] (ORCID: ), Posit Software, PBC [cph, fnd] (ROR: ) Maintainer: Simon Couch